[Question]: LDAP Authentication Problem #5930
Unanswered
amin1374
asked this question in
Troubleshooting
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What is your question?
I have a problem with connecting to Ldap. I applied the settings exact i mention belowed , but this error { title: '(requireLdapAuth) Error: No user'}
#========================#
Registration and Login
#========================#
ALLOW_EMAIL_LOGIN=true
ALLOW_REGISTRATION=true
ALLOW_SOCIAL_LOGIN=false
ALLOW_SOCIAL_REGISTRATION=false
ALLOW_PASSWORD_RESET=false
ALLOW_ACCOUNT_DELETION=true
ALLOW_UNVERIFIED_EMAIL_LOGIN=true
SESSION_EXPIRY=1000 * 60 * 15
REFRESH_TOKEN_EXPIRY=(1000 * 60 * 60 * 24) * 7
LDAP
LDAP_URL='ldap://xxx.net:389'
LDAP_USER_SEARCH_BASE='DC=x,DC=x'
LDAP_BIND_DN=CN='x,OU=System Accounts,OU=x,DC=x,DC=x'
LDAP_BIND_CREDENTIALS='xxxx'
LDAP_LOGIN_USES_USERNAME=true
LDAP_SEARCH_FILTER=(&(sAMAccountName={{username}})(memberOf=CN=x,OU=x-Groups,OU=x,DC=x,DC=x))
More Details
What is the main subject of your question?
No response
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions