Below are the configured values.
Server: Our LDAP sever URL
root DN: , dc=com
User search base: , dc=com
User search filter: sAMACCOUNTNAME
Group search base: not applicable
Group search filter: not applicable
Group membership: not applicable
Manager dn: cn=,ou=,dc=,dc=com
Manager pass
Since ldap-utils was not present on our Jenkins CLI Server we took a Java
Program with which we are successfully able to authenticate LDAP users from
CLI. However, when we put same configuration on Jenkins it is giving this new
error this time. Earlier, when I started this thread we were unable
Hey there,.,,, you should validate the manager DN value. Seems this may be
wrong. You can do that using the ldapsearch command...example:
ldapsearch -vvv -LLL -H ldaps::3269 -x -D
"@" -W -b "dc=company,dc=com" "CN="
Extract dn information from output from above command.
Hope this helps
On S
Hi All,
The error that we were getting at the starting of this thread got resolved
after setting the User Search Filter to sAMAccountName and we were successfully
able to authenticate our LDAP users from Jenkins CLI using a Java program
provided by
http://celoxis.atlassian.net/wiki/display/DO
7 15:10
> Subject: Urgent Help Required On Jenkins LDAP Plugin
> Sent by: jenkinsci-users@googlegroups.com
>
> Hi Team,
>
> We had a requirement for upgrading our security to LDAP
> Authentication in Jenkins. We made all the necessary changes of
> installing the self
Hi Team,
We had a requirement for upgrading our security to LDAP Authentication in
Jenkins. We made all the necessary changes of installing the self signed
certificates on our Jenkins CLI server as per below blog after installing
LDAP Plugin on Jenkins GUI.
*https://anandparthasarathy.*
wordp