ma1uta / ma1sd

Federated Matrix Identity Server (formerly fork of kamax/mxisd)
GNU Affero General Public License v3.0
167 stars 55 forks source link

after synapse update http status = 500 #78

Open biolim opened 3 years ago

biolim commented 3 years ago

I updated synapse from 1.12.4 to 1.24.0. Аfter that, when logging in, I began to receive the message " the server is unavailable" (http.status = 500). If the username/password is not correct, I get http status = 403 (which is true)

Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.http.undertow.handler.auth.RestAuthHandler - Requested to check credentials for @gavrilov.e:matrix.mydomain.com
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.auth.AuthManager - Attempting authentication with store LdapAuthProvider
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - Performing auth for @username:matrix.mydomain.com
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - Checking possible match, DN: CN=My Name,OU=xxxx,OU=xx,OU=xxxxx,DC=xxxxx,DC=local
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - Attempting authentication on LDAP for CN=xxxxxx,OU=xxxxx,OU=xxxxx,OU=xxxxx,DC=xxxxx,DC=local
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - Authentication successful for CN=xxxxx,OU=xxxxx,OU=xxxxx,OU=xxxxx,DC=xxxxx,DC=local
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - DN CN=xxxxx,OU=xxxxx,OU=xxxxx,OU=xxxxx,DC=xx,DC=local is a valid match
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - Processing 3PIDs for profile
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - Processing 3PID type msisdn
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute telephoneNumber has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute mobile has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute homePhone has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute otherTelephone has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute otherMobile has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute otherHomePhone has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - Processing 3PID type email
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute mailPrimaryAddress has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute mail has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - #011Attribute otherMailbox has 0 value(s)
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - Found 0 3PIDs
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-15] INFO io.kamax.mxisd.auth.AuthManager - @username.e:matrix.mydomain.com was authenticated by LdapAuthProvider, publishing 3PID mappings, if any
Dec 21 16:57:16 matrix02 ma1sd: [XNIO-1 task-1] INFO io.kamax.mxisd.auth.AuthManager - http status = 500