-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
LDAP MS ActiveDirectory with wekan_start.bat on WindowsServer #3292
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
Comments
Syntax is |
Thanks for the quick help. the one with the interval was a test. i have just corrected it, but the same error picture. I have already found the wiki page, but I still get no further. can it be that there are problems with windows-> windows and ldap? |
Even if I intentionally configure incorrect user data for authentication, the same error message appears |
I don't know. There are many ways to configure login at https://github.com/wekan/wekan/wiki at right menu. |
ok, is there a way to extend the login so that I can get more ldap debug information? |
And also look at syslog:
|
You can also search these issues for previous LDAP answers. UCS also uses LDAP with Wekan Docker version, some replies could be related: |
ok, i check your answer. one more question, if the debug shows: "[INFO] LDAP is connected" should a correct connection be available? |
Maybe. I don't use LDAP on my servers. I did some changes related to LDAP, but LDAP code is originally from other Wekan contributors. Some other LDAP users have written that LDAP login works in some configurations. |
thank you very much, then i will keep trying my luck. a lovely evening |
Ldap works! I have an MS Windows 2012 server with wekan_start.cmd and the accompanying configuration. I am using MS Active Directory. The main problem was that a filter had to be set. It doesn't work without a filter! A few reboots to be on the safe side and it works! |
how to turn on the option so that ldap authentication appears in the admin panel? |
https://github.com/wekan/wekan/wiki/LDAP Snapsudo snap set wekan ldap-enable='true' Dockerhttps://github.com/wekan/wekan/blob/master/docker-compose.yml#L488 |
I have a microsoft server 2012 with wekan_start.cmd with ldap configuration for ms active directory. the user and the ldap paths are correct. However, I keep getting the error: InvalidCredentialsError: 80090308: LdapErr: DSID-0C090400, comment: AcceptSecurityContext error, data 52e, v1db1
my config looks like this:
set ldap-enable='true'
set default-authentication-method='ldap'
set ldap-port='389'
set ldap-host='192.168.199.5'
set ldap-basedn='CN=Users,DC=test,DC=local'
set ldap-login-fallback='false'
set ldap-reconnect='true'
set ldap-timeout='10000'
set ldap-idle-timeout='10000'
set ldap-connect-timeout='10000'
set ldap-authentication='true'
set ldap-authentication-userdn='CN=wekan,CN=Users,DC=test,DC=local'
set ldap-authentication-password='meintest28r'
set ldap-log-enabled='true'
set ldap-background-sync='true'
set ldap-background-sync-interval='60000'
set ldap-background-sync-keep-existant-users-updated='true'
set ldap-background-sync-import-new-users='true'
set ldap-encryption='false'
set ldap-user-search-field='sAMAccountName'
set ldap-username-field='sAMAccountName'
set ldap-fullname-field='cn'
set internal_log_level=debug
i have no idea, please help me. thank you
The text was updated successfully, but these errors were encountered: