We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We have configured our LDAP module of our Matrix server like this :
modules: - module: "ldap_auth_provider.LdapAuthProviderModule" config: enabled: true mode: simple uri: - "ldaps://xxx:636" validate_cert: true base: "ou=users,dc=xxx.internal,dc=local" attributes: uid: "uid" mail: "mail" name: "cn" filter: "(&(|(objectclass=xxx))(|(memberof=cn=user,ou=groups,dc=xxx.internal,dc=local)))" group_filter: "(&(|(objectclass=xxx)))" allow_empty_password: false
However we observe that uid, mail and cn are not retrieved from the LDAP server, while they are retrieved when we set bind_dn and bind_password.
bind_dn
bind_password
Is it expected? Is it possible to do anonymous requests and still retrieve attributes for mapping?
Thank you,
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We have configured our LDAP module of our Matrix server like this :
However we observe that uid, mail and cn are not retrieved from the LDAP server, while they are retrieved when we set
bind_dn
andbind_password
.Is it expected?
Is it possible to do anonymous requests and still retrieve attributes for mapping?
Thank you,
The text was updated successfully, but these errors were encountered: