Content
You are here:
Multiple LDAP authentications?
Added by Tobias Schleinkofer over 4 years ago
Are multiple LDAP authentications officially supported by OpenProject? https://docs.openproject.org/system-admin-guide/authentication/ldap-authentication does not mention if (or if not) it is supported. And if multiple ones are supported: How are duplicates handled? I.e.: Username jdoe from LDAP authentication X versus Username jdoe from LDAP authentication Y.
Thanks
Tobias
Replies (1)
Hi Tobias,
yes multiple authentication sources are supported. The user's authentication source is remembered the first time it is created (but can be switched in the administration backend). This ensures that the correct connection / LDAP source will be used for the user.
Duplicates in the unique attributes (login, email) however are not allowed and a second user with the same attributes will simply not be possible.
I extended the documentation with this remark: https://github.com/opf/openproject/commit/251e14e35a444ff2e2b3efc16f6d45f9019e7809
Best
Oliver