Hi to you all.
We have just deployed Jenkins and need to integrate its login with our ldap.
Its my first time using jenkins.
We are using OPENLDAP for windows.
I configured jenkins to use LDAP authentication and It seems that everything
is ok with that
, however whenever i try to login with a LDAP user i get the Invalid user or
password message.
I must be making some kind of mistake, but I can“t seem to find it.
This is the generate config.xml:
-<securityRealm class="hudson.security.LDAPSecurityRealm">
<server>localhost</server>
<rootDN>dc=company,dc=local</rootDN>
<inhibitInferRootDN>false</inhibitInferRootDN>
<userSearchBase>ou=eng%20comp</userSearchBase>
<userSearch>uid={0}</userSearch>
<managerDN>cn=Manager,dc=company,dc=local</managerDN>
<managerPassword>**********</managerPassword>
</securityRealm>
Can someone help me please?
--
View this message in context:
http://jenkins.361315.n4.nabble.com/Jenkins-and-LDAP-Authentication-tp4633918.html
Sent from the Jenkins issues mailing list archive at Nabble.com.