-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Critical
-
Component/s: ldap-plugin
-
None
-
Environment:Redhat 7
Hi Team,
We are facing issues when new users are login to jenkins and fails withÂ
Â
Caused: org.acegisecurity.ldap.LdapDataAccessException: LdapCallback;[LDAP: error code 32 - 0000208D: NameErr: DSID-031521D2, problem 2001 (NO_OBJECT), data 0, best match of:
'O=MYORGNAME,C=us'
]; nested exception is javax.naming.NameNotFoundException: [LDAP: error code 32 - 0000208D: NameErr: DSID-031521D2, problem 2001 (NO_OBJECT), data 0, best match of:
'O=MYORGNAME,C=us'
]; remaining name 'employeeNumber=12345678,OU=Associates'
Â
This is only for the users who joined recently. Old users are able to login.
Really appreciate quick help on this.Â
Â
Â
PS: Jenkins is able to fetch user details when we are testing LDAP settings without password but only fails when user tries to login with password.