You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
we cannot use ldap auth anymore. It used to work and already existing accounts still can login. When trying to login with a new account though we get an error message.
These are the logs synapse produces:
2023-12-05 12:56:45,855 - synapse.rest.client.login - 333 - INFO - POST-1 - Got login request with identifier: {'type': 'm.id.user', 'user': '<user_redacted>'}, medium: None, address: None, user: None
2023-12-05 12:56:45,895 - ldap_auth_provider - 178 - INFO - sentinel - User authenticated against LDAP server: ldap://10.14.71.248:389 - cleartext - user: <dn_redacted> - not lazy - bound - open - <local: 10.14.71.9:52901 - remote: 10.14.71.248:389> - tls started - listening - SyncStrategy - internal decoder
2023-12-05 12:56:45,896 - synapse.storage.database - 907 - WARNING - sentinel - Starting db txn 'get_users_by_id_case_insensitive' from sentinel context
2023-12-05 12:56:45,896 - synapse.storage.database - 973 - WARNING - sentinel - Starting db connection from sentinel context: metrics will be lost
2023-12-05 12:56:45,899 - synapse.handlers.auth - 1071 - WARNING - sentinel - Attempted to login as @<user_redacted>:<url_redacted> but they do not exist
2023-12-05 12:56:45,899 - synapse.storage.database - 907 - WARNING - sentinel - Starting db txn 'get_users_by_id_case_insensitive' from sentinel context
2023-12-05 12:56:45,900 - synapse.storage.database - 973 - WARNING - sentinel - Starting db connection from sentinel context: metrics will be lost
2023-12-05 12:56:45,902 - synapse.handlers.auth - 1071 - WARNING - sentinel - Attempted to login as @<user_redacted>:<url_redacted> but they do not exist
2023-12-05 12:56:45,902 - synapse.handlers.auth - 2164 - WARNING - sentinel - Failed to run module API callback <bound method LdapAuthProviderModule.wrapped_check_auth of <ldap_auth_provider.LdapAuthProviderModule object at 0x7f19c551db50>>: Invalid version: '1.97.0 (b=master,63c471d)'
2023-12-05 12:56:45,903 - synapse.storage.database - 907 - WARNING - sentinel - Starting db txn 'get_users_by_id_case_insensitive' from sentinel context
2023-12-05 12:56:45,903 - synapse.storage.database - 973 - WARNING - sentinel - Starting db connection from sentinel context: metrics will be lost
2023-12-05 12:56:45,906 - synapse.handlers.auth - 1071 - WARNING - sentinel - Attempted to login as @<user_redacted>:<url_redacted> but they do not exist
2023-12-05 12:56:45,906 - synapse.http.server - 124 - INFO - sentinel - <XForwardedForRequest at 0x7f19c5533f10 method='POST' uri='/_matrix/client/v3/login' clientproto='HTTP/1.0' site='8008'> SynapseError: 403 - Invalid username or password
The text was updated successfully, but these errors were encountered:
Hello,
we cannot use ldap auth anymore. It used to work and already existing accounts still can login. When trying to login with a new account though we get an error message.
These are the logs synapse produces:
The text was updated successfully, but these errors were encountered: