Re: LDAP authentication problem for multiple OUs

2015-11-27 Thread Björn Pedersen
As Daniel said: You need a single base node to start the search. (see http://www.idevelopment.info/data/LDAP/LDAP_Resources/SEARCH_Setting_the_SCOPE_Parameter.shtml ) Keep userSearchBase emtpy(!) The filtering hsa to be done with the userSearchFilter. Take a look at http://stackoverflow.com/qu

Re: LDAP authentication problem for multiple OUs

2015-11-27 Thread Rama
Anybody, any ideas? I am contemplating using TeamCity if we will be unable to get through this :( On 11/26/15, Rama wrote: > I tried keeping User search base (and also tried with User search > filter as well) as blank, but that failed. > I also tried with blank root DN, that also failed. :( > > O

Re: LDAP authentication problem for multiple OUs

2015-11-26 Thread Rama
I tried keeping User search base (and also tried with User search filter as well) as blank, but that failed. I also tried with blank root DN, that also failed. :( On 11/26/15, James Nord wrote: > As you have country -> users. You need to have a common root. > In your case that is dc=ca which give

Re: LDAP authentication problem for multiple OUs

2015-11-26 Thread James Nord
As you have country -> users. You need to have a common root. In your case that is dc=ca which given your root dn would be a blank entry. -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails

Re: LDAP authentication problem for multiple OUs

2015-11-25 Thread Rama
I tried it now. Providing only OU=Users also does not work. On 11/26/15, Daniel Beck wrote: > How about: > > OU=Users > > On 26.11.2015, at 06:10, Ramaprakash Ganesan wrote: > >> I am trying to get all our organization users to login using their LDAP >> domain credentials to Jenkins. >> With th

Re: LDAP authentication problem for multiple OUs

2015-11-25 Thread Daniel Beck
How about: OU=Users On 26.11.2015, at 06:10, Ramaprakash Ganesan wrote: > I am trying to get all our organization users to login using their LDAP > domain credentials to Jenkins. > With the options below, only users under 1 particular OU are able to login. I > want to provide multiple OUs to

Re: ldap authentication does not work

2014-04-23 Thread David Chou
Great! I have the same issue on Jenkins 1.559 / Windows 2008 R2 and resolved by your suggestion. Thanks! bara...@gmail.com於 2013年4月5日星期五UTC+8下午7時29分57秒寫道: > > Hello, > > I can't get ldap authentication to work with Jenkins 1.505/Windows7 and > Jenkins 1.466/Ubuntu and I'm really stumped because

Re: LDAP Authentication: Change display name

2013-06-17 Thread Walter Kacynski
I felt this was a bug/improvement and I have opened a JIRA: https://issues.jenkins-ci.org/browse/JENKINS-18355 On Thursday, April 19, 2012 8:10:26 AM UTC-4, Edward Cullen wrote: > > Using Jenkins 1.460, LDAP auth is configured correctly. > > I would like to change field used to determine the disp

Re: ldap authentication does not work

2013-04-07 Thread baraclese
I solved the problem for now by setting the group search base to the same value as the user search base, since we don't use the groups in jenkins anyway it works out fine that it doesn't find any this way. On Friday, April 5, 2013 1:29:57 PM UTC+2, bara...@gmail.com wrote: > > Hello, > > I can'

RE: ldap authentication

2013-01-06 Thread Levin, Ilya
@googlegroups.com Subject: Re: ldap authentication You should look it periodically to get dynamic of processes also you can try modify plugin sources to print debug information and recompile. On 06.01.2013, at 12:54, "Levin, Ilya" mailto:ilya.le...@hp.com>> wrote: Hello, I’m

Re: ldap authentication

2013-01-06 Thread Kanstantsin Shautsou
You should look it periodically to get dynamic of processes also you can try modify plugin sources to print debug information and recompile. On 06.01.2013, at 12:54, "Levin, Ilya" wrote: > Hello, > > I’m using Jenkins v 1.472 with ldap authentication, but the performance is > very bad. > It

Re: LDAP authentication: ConnectException shows partial URL

2012-10-06 Thread krishna chaitanya kurnala
hey marc Couple of pointers. Feel free to install http://www.ldapbrowser.com/download.htm to make sure the AD details you are giving below are correct. Also, make sure ports 389 and 3268 are not blocked by firewall on jenkins master. When I have setup, both the above points helped me. Thanks,

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
2012/5/2 Roberto Nunnari > 2012/5/2 Roberto Nunnari > >> 2012/5/2 Maven User >> >>> What version of the AD plugin are you using? If you have 1.27 >>> installed, try rolling back to 1.26 (which may be a manual thing at this >>> point). >>> >> >> I'm using the LDAP thing.. I have also tried the

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
2012/5/2 Roberto Nunnari > 2012/5/2 Maven User > >> What version of the AD plugin are you using? If you have 1.27 installed, >> try rolling back to 1.26 (which may be a manual thing at this point). >> > > I'm using the LDAP thing.. I have also tried the AD plugin (1.26), but it > didn't work ne

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
2012/5/2 Maven User > What version of the AD plugin are you using? If you have 1.27 installed, > try rolling back to 1.26 (which may be a manual thing at this point). > I'm using the LDAP thing.. I have also tried the AD plugin (1.26), but it didn't work neither.. Is there a way to make it mor

Re: LDAP authentication fails

2012-05-02 Thread Maven User
What version of the AD plugin are you using? If you have 1.27 installed, try rolling back to 1.26 (which may be a manual thing at this point).

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
humm.. I deleted identity.key and secret.key, restarted jenkins, and tried again: the two files have been recreated, but got the same error! Any more hints, please? 2012/5/2 Jan Seidel > Hi Nunni, > > *uhm* only thing that crosses my mind is a buggy identity.key file or > secret.key file. The

Re: LDAP authentication fails

2012-05-02 Thread Jan Seidel
Hi Nunni, *uhm* only thing that crosses my mind is a buggy identity.key file or secret.key file. The secret.key is more likely to fail. You can rebuild it somewhat easy. simply delete the secret.key files. They are located in the jenkins root folder and in the job folders. They contain the encr

Re: LDAP authentication fails

2012-05-02 Thread Roberto Nunnari
Hi Jan. Sorry for not replying earlier.. I was on holiday and got back to work only this morning. No.. no special characters that need to be escaped, nor wrong password.. I even tried copy/paste of the password, but it doesn't help.. Any more hints, please? 2012/4/30 Jan Seidel > > Hi Nunni,

Re: LDAP authentication fails

2012-05-01 Thread Maven User
Meh - I ssh'd up to the server, moved the active-directory.jpi out of the way and renamed the active-directory.bak to active-directory.jpi and restarted. All set - logged in successfully... On Wednesday, May 2, 2012 1:27:22 AM UTC-4, Maven User wrote: > > I'm sorta wedged at this same place now

Re: LDAP authentication fails

2012-05-01 Thread Maven User
I'm sorta wedged at this same place now. While I can log in, the "manage' page (among others) is NOT being displayed because there is now an error about First name, Last name having an invalid character in there. How do I even upgrade if I can't reach the plugin pages?

Re: LDAP authentication fails

2012-04-30 Thread Jan Seidel
Hi Nunni, org.acegisecurity.BadCredentialsException: Bad credentials tells you at least that something is happening and then fails. This looks more like a matter of human engineering rather the technical engineering ;) Do you use some funny special character which may interfere with your syst

Re: LDAP authentication fails

2012-04-27 Thread David Weintraub
I'm having issues with the latest version of AD plugin. It takes my login as "dweintraub", but recognizes me as user "David Weintraub". If I put "David Weintraub" in the security based matrix table, It shows up as an invalid user, but this seems to be the credentials I'm reading. Downgrade to AD p

Re: LDAP authentication fails

2012-04-27 Thread Nunni
Anybody on this, please? On 26 Apr, 18:03, Nunni wrote: > Hi all. > > I've been asked to setup a support server for software development, > and one of the required applications is jenkins. > I installed the official packed from the linux distribution I'm using: > Ubuntu 12.04 has jenkins 1.424.6