0
votes

I'm using jenkins and I would like to use ldap users to connect to jenkins. I put all informations in security configuration --> LDAP and I click on the Apply button, after that the connection to ldap is ok but when I register it and come back again in security configuration, I see this message :

Unable to connect to 10.26.56.70:10389 : javax.naming.AuthenticationException: [LDAP: error code 49 - INVALID_CREDENTIALS: Bind failed: ERR_229 Cannot authenticate user ]

It looks like jenkins can't autommatically connect to LDAP server. Can someone help me please?

1

1 Answers

1
votes

Sounds like you forgot or have misconfigured the fields "Manager DN" and "Manager Password". The Manager DN is the account for reading the LDAP database when other users are authenticating so it needs full access to the database.