Re: Urgent Help Required On Jenkins LDAP Plugin

2017-01-03 Thread Mukul Garg
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

Re: Urgent Help Required On Jenkins LDAP Plugin

2017-01-03 Thread Mukul Garg
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

Re: Urgent Help Required On Jenkins LDAP Plugin

2017-01-03 Thread Audrey Azra
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

Re: Urgent Help Required On Jenkins LDAP Plugin

2017-01-03 Thread Mukul Garg
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

Re: Urgent Help Required On Jenkins LDAP Plugin

2017-01-02 Thread Christoph Nenning
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

Urgent Help Required On Jenkins LDAP Plugin

2017-01-01 Thread Mukul Garg
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