LDAP configuration in jenkins

2014-07-29 Thread alok kumar
Hi All, We have a requirement where in we would like to configure Jenkins users to be authenticated by seeing up LDAP. The problem here is we have these users working in different domains. So, how can I setup LDAP for users present in different domains as I see only one set of configuration that

Re: LDAP Configuration

2013-10-15 Thread Ricardo García Fernández
Hi Zac ! I was dealing with the same issue: authentication against LDAP/AD and your answer was the right one. Also, I fixed the group filter and configured group properties using this filter: Group search filter: ( (cn={0}) (objectclass=group) ) Group Search Base: your OU groups separated

Re: LDAP Configuration

2013-10-15 Thread Stephen Connolly
Can we just ask one question: WHY ARE YOU USING THE LDAP PLUGIN AND NOT THE ACTIVE DIRECTORY PLUGIN? People seem to keep on wanting to inflict pain on themselves and go with the more complex LDAP plugin rather than the much much easier to use Active Directory plugin. If there is some feature

Re: LDAP Configuration

2013-10-15 Thread teilo
The LDAP plugin is (at least it was before we unceremoniously ditched it) MUCH MUCH quicker to authenticate users than the AD one when you have a lovely large tree of domains… Now I will prefix this with I am not an AD expert but…

Re: LDAP Configuration

2013-10-15 Thread Stephen Connolly
James, would you be amenable to firing up a test jenkins and giving some comparative timings? At least in Unix mode they should be pretty much identical in performance, though theAD plugin should be much easier to configure On 15 October 2013 14:47, teilo teilo+goo...@teilo.net wrote: The

Re: LDAP Configuration

2013-10-15 Thread teilo
Hi Stephen, I will see what I can do, but can't promise a quick turnaround (I need to get a fair amount done before the JUC next week) This may have something to do with the location of the main servers for the domain. e.g. nslookup -q=SRV _ldap._tcp.mydomain.com returns servers that are not

Re: LDAP Configuration

2013-09-25 Thread Manjunath DG
From: mak1453 maki...@gmail.com To: jenkinsci-users@googlegroups.com Sent: Wednesday, September 25, 2013 4:23 PM Subject: LDAP Configuration Hello, Please forgive me if I am asking very stupid questions.  I am very new to LDAP. I would like to integrate LDAP with Jenkins so that our