Re: Jenkins Integration with LDAP - Testing Connection Fails

2021-01-01 Thread Mohan
Okay. In that case you need provide the password of account configured in Manager DN section. On Fri, 1 Jan 2021, 3:49 pm anilkumar panditi, wrote: > Hi Mk, > Yes i have the CN,OU details i was confused what is this Manager DN > password, also when we click on Test it prompt for credentials

Re: Jenkins Integration with LDAP - Testing Connection Fails

2021-01-01 Thread anilkumar panditi
Hi Mk, Yes i have the CN,OU details i was confused what is this Manager DN password, also when we click on Test it prompt for credentials which i am giving the LDAP admin credentials. On Friday, 1 January 2021 at 13:15:02 UTC+5:30 Mk wrote: > Manager credentials should be your domain LDAP

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-12-31 Thread Mohan
Manager credentials should be your domain LDAP Credentials. So it requires the complete CN,OU details. To get that contact your domain administrators. On Fri, 1 Jan 2021, 1:10 pm anilkumar panditi, wrote: > Okay, can you help how to create manager credentials, also i am trying > from the

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-12-31 Thread anilkumar panditi
Okay, can you help how to create manager credentials, also i am trying from the command (what is the user id need to give in this command) ldapsearch -x -h ad-ldap-server.com -p 389 -D "CN=jenkins,OU=Users,OU=Division,OU=Team,DC=domain,DC=com" -b

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-12-31 Thread Mohan
Hi Anil, Manager and manager password need to configured to validate the test connection. On Fri, 1 Jan 2021, 12:29 pm anilkumar panditi, wrote: > Hi MK, > i am getting ldap_bind: Invalid credentials (49) > > what are the credentials need to give here. > > Thanks, > Anil > > On Saturday, 22

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-12-31 Thread anilkumar panditi
Hi MK, i am getting ldap_bind: Invalid credentials (49) what are the credentials need to give here. Thanks, Anil On Saturday, 22 August 2020 at 10:00:55 UTC+5:30 Mk wrote: > Hi Jeremy, Thanks for the reply. Actually *ldapsearch* command on jenkins > master server terminal works. Below is the

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-09-01 Thread Mk
I have fixed it. Each time when we change/update the *"Display Name LDAP attribute" *value in LDAP configuration section, We need to delete the user from people category and need to login. Post that it displays the configured settings. On Wednesday, September 2, 2020 at 9:57:31 AM UTC+5:30, Mk

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-09-01 Thread Mk
Team, Is it possible to display only *First name + Sur-name* in Jenkins? On Friday, August 28, 2020 at 9:56:39 AM UTC+5:30, Mk wrote: > > Dear Team, > > Now our LDAP Authentication working fine. I have question regarding "*Display > Name LDAP attribute*: *displayname*" i have configured like

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-27 Thread Mk
Dear Team, Now our LDAP Authentication working fine. I have question regarding "*Display Name LDAP attribute*: *displayname*" i have configured like this and for all logged in users, The display name shown as like below which is too lengthy/long.

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-22 Thread Mk
Hi Jeremy, Even LDAP Login slowness issue also resolved with below configuration. Group membership filter - (memberOf={0}) Enable cache Cache size - 200 Cache TTL - 30min Now everything working as excepted, But would like to know that currently i am running* root DN* as *empty *and *enabled -

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-22 Thread Mk
Hi Jeremy, I have tried by keeping the *root DN* as *empty *and enabled the* tick mark - Allow blank rootDN. *now my test connection is successful but took around *4mins* to show the successful result. Below is the configuration used. root DN - Allow blank rootDN User search base:

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-21 Thread Mk
Hi Jeremy, Thanks for the reply. Actually *ldapsearch* command on jenkins master server terminal works. Below is the response. ldapsearch -x -h ad-ldap-server.com -p 389 -D "CN=jenkins,OU=Users,OU=Division,OU=Team,DC=domain,DC=com" -b "OU=Users,OU=Division,OU=Team,DC=domain,DC=com"

Re: Jenkins Integration with LDAP - Testing Connection Fails

2020-08-21 Thread jeremy mordkoff
sounds like the user is valid but not a member of any groups. Is that possible? On Thursday, August 20, 2020 at 1:28:21 PM UTC-4 Mk wrote: > Hi Team, > > I am trying to configure LDAP(AD) Authentication in our Jenkins, Below is > my configuration settings, But test LDAP connection is