-
Type:
Bug
-
Resolution: Not A Defect
-
Priority:
Critical
-
Component/s: ldap-plugin
-
Environment:Jenkins version 2.235.2
Ldap plugin version 1.25
We are having two different roots in our Ldap server e.g. dc=foo1,dc=com and dc=foo2,dc=com. I need jenkins to search for the given ldap under both roots even if a user with the same username exists in the first root. I tried to configure 2 ldap server (everything is same except the root DN) but Jenkins is failing to authenticate the user if his the given password belongs to the second root.Â
Â
If i am missing something please let me know.