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
Hello Team
I tried to configure the LDAP login, unfortunately I failed.
My LDAP configuration:
LDAP_AUTH = True LDAP_BIND_URI = 'ldap://10.0.14.25' LDAP_BASE_DN = 'DC=theoneplus,DC=ch' LDAP_EMAIL_DOMAIN = 'theoneplus.ch' LDAP_GROUPS_TO_ROLES = {'lemur-Admin': 'admin', 'lemur-Operator': 'operator'} LDAP_LOGON_ATTRIBUTE = 'uid'
My LDAP server is a SlapD server.
But when I login I get the following error:
ldap error: ldap error: {'msgtype': 97, 'msgid': 1, 'result': 34, 'desc': 'Invalid DN syntax', 'ctrls': [], 'info': 'invalid DN'}
What can be done here?
With kind regards Swissfailcrafte
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello Team
I tried to configure the LDAP login, unfortunately I failed.
My LDAP configuration:
My LDAP server is a SlapD server.
But when I login I get the following error:
ldap error: ldap error: {'msgtype': 97, 'msgid': 1, 'result': 34, 'desc': 'Invalid DN syntax', 'ctrls': [], 'info': 'invalid DN'}
What can be done here?
With kind regards
Swissfailcrafte
The text was updated successfully, but these errors were encountered: