-
-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
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
LDAP Auth against Active Directory results in "You are not authorized to login" error #1232
Comments
You need to enable self-registration in the LDAP module. |
self-registration enable LDAP module |
Yes,it's worked,tks! |
Perhaps you need to install additional software? |
@denisbonate enabled registration option on LDAP module? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
Actual behavior
Logging in through web interface fails with users that exist in ldap,and the error message is "You are not authorized to login"
Expected behavior
Login should succeed
This works:
ldapsearch -H ldap://ldap.xxx.com:389 -D "CN=visitor,CN=Users,DC=xxx,DC=com" -w xxxxx -b "OU=voice,DC=xxx,DC=com" "(samaccountname=wikijs)"
my config:
Host Info
OS: Docker
Wiki.js version: 2
Database engine: mysql 5.7
The text was updated successfully, but these errors were encountered: