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

LDAP authentication fails

2012-04-26 Thread Nunni
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 I need to set up ldap authentication and I'm having a hard time with