OpenProject Ldap Authentication Not Working

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:

OpenProject Ldap Authentication

 

2 thoughts on “OpenProject Ldap Authentication Not Working

Leave a Reply to Amit Sharma Cancel reply

Your email address will not be published. Required fields are marked *