Hi Team, I am trying to configure LDAP(AD) Authentication in our Jenkins, Below is my configuration settings, But test LDAP connection is failing.
Error Message:- Please let me know what is missing in my configuration?. Any help would be appreciated. You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/dcb26c42-0de9-4f9c-8d28-da94896474d7o%40googlegroups.com. |
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:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b7a62833-43ca-4a9b-b229-dcba2b1a145an%40googlegroups.com. |
Hi Jeremy, Thanks for the reply. Actually ldapsearch command on jenkins master server terminal works. Below is the response.
Since i am getting reponse so seems i have permission to query the AD(LDAP) server. Also tried Login name case sensitivity & Group name case sensitivity - Both with Case sensitive & Case insensitive but still same result. On Friday, August 21, 2020 at 11:44:56 PM UTC+5:30, jeremy mordkoff wrote: sounds like the user is valid but not a member of any groups. Is that possible? You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/07d7b887-2990-4949-bf37-5dd8e482111co%40googlegroups.com. |
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.
Now how to figureout the login performace issue? Another thing keeping the root DN empty does not an issue? On Saturday, August 22, 2020 at 10:00:55 AM UTC+5:30, Mk wrote:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3f90c60f-155c-4107-8fc1-4a9c44782f0bo%40googlegroups.com. |
Hi Jeremy, Even LDAP Login slowness issue also resolved with below configuration.
Now everything working as excepted, But would like to know that currently i am running root DN as empty and enabled - Allow blank rootDN in plugin section. Is this is fine? On Saturday, August 22, 2020 at 11:55:37 AM UTC+5:30, Mk wrote:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/7d05dc28-3945-4fcb-965b-637bd4c723c7o%40googlegroups.com. |
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.
Would like to display only First-Name + Sur-Name. For this i tried to change Display Name LDAP attribute: with name such as givenName, cn & sn but none of them are worked. So is it possible to display only First name + Sur-name in Jenkins for logged-in users? On Sunday, August 23, 2020 at 10:37:42 AM UTC+5:30, Mk wrote:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/3976221a-c5e1-4045-a5be-4d0d9e423069o%40googlegroups.com. |
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:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/50696862-4403-4818-9acc-f1dba06ec1e9o%40googlegroups.com. |
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 wrote:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b0561ee4-4f3a-40c6-bdf1-2368ab1872d2o%40googlegroups.com. |
In reply to this post by Mk-2
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:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/ff6057a3-0c96-48d9-ae83-7c8cfe234fe9n%40googlegroups.com. |
Hi Anil, Manager and manager password need to configured to validate the test connection. On Fri, 1 Jan 2021, 12:29 pm anilkumar panditi, <[hidden email]> wrote: Hi MK, You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2B4Hw5ZUfzJqu7%2BreizETtqv_Opr33TPpLxhrLD1eFmTo6Hv9Q%40mail.gmail.com. |
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 "OU=Users,OU=Division,OU=Team,DC=domain,DC=com" "(sAMAccountName=jenkins)" -W Thanks, Anil On Friday, 1 January 2021 at 12:33:02 UTC+5:30 Mk wrote:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/b189583d-7246-41f2-89d3-0eef98e6c718n%40googlegroups.com. |
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, <[hidden email]> wrote: 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) You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2B4Hw5Y01ZD8Lo-QAiG8UxXdHjJ8kxuJ5Y6zokuxdKXEUEnpWQ%40mail.gmail.com. |
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:
You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/bb7c0c3c-cec1-4761-8603-c4f324c8c8dfn%40googlegroups.com. |
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, <[hidden email]> wrote: Hi Mk, You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [hidden email]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/CA%2B4Hw5ak%3DbFCm9vfEMQoQE_03qVH6%2BDewvBg7O9Q14%2BK9iSpWg%40mail.gmail.com. |
Free forum by Nabble | Edit this page |