How to Configure LDAP Authentication in OpenProject. Active Directory Authentication Not Working | Solved
Error:
Ldap Authentication Not working in Openldap.
Reason:
There is a bug in the auth_sources table.
“type” field in the auth_sources table in the database was not filled in. After setting the value of auth source to ‘LdapAuthSource’, Ldap Authentication started working.
Solution:
Login to MYSql Database
#mysql -u root -p (enter the admin password)
#show databases;
#use openproject_db
#update auth_sources set type = ‘LdapAuthSource’;
Thats all,
Authentication Mode (LDAP) Config:
Hi,
I have tried this solution but no luck. Can you let me know where else do we need to check further?
Thanks !!
Thank you !
It worked fine for me 🙂