I am trying to setup the ldap provider for my environment, but there seems to be a problem with the configuration of the ldap attributes.
the mxisd Version used is the 14.0-alpha1 docker container.
My LDAP User Objects are inetOrgPerson Entries, the attribute uid shound be used as the matrix username.
When i try to login with my account 'void' i get a proper logging from the mxisd and synapse server.
In the Log Output fron the LDAP server the Search filter is set as "(?saMAccountName=void)" which soesn#t match the onfiguration i#ve set within the mxisd.yaml
attribute:
uid:
type: 'uid'
value: 'uid'
Log Output mxisd
mxisd_1 | [XNIO-1 task-3] INFO io.kamax.mxisd.backend.ldap.LdapAuthProvider - No match were found for @void:matrix.warpzone.ms
Log Output Synapse server
synapse_1 | 2019-04-14 14:15:45,310 - synapse.handlers.auth - 602 - WARNING - POST-0- Attempted to login as @void:matrix.warpzone.ms but they do not exist
Hi,
I am trying to setup the ldap provider for my environment, but there seems to be a problem with the configuration of the ldap attributes.
the mxisd Version used is the 14.0-alpha1 docker container.
My LDAP User Objects are inetOrgPerson Entries, the attribute uid shound be used as the matrix username. When i try to login with my account 'void' i get a proper logging from the mxisd and synapse server.
In the Log Output fron the LDAP server the Search filter is set as "(?saMAccountName=void)" which soesn#t match the onfiguration i#ve set within the mxisd.yaml
Log Output mxisd
Log Output Synapse server
Log Output LDAP Server
Sample LDAP User object
mxisd.yaml