2012/5/2 Roberto Nunnari <nunni...@gmail.com> > 2012/5/2 Roberto Nunnari <nunni...@gmail.com> > >> 2012/5/2 Maven User <maven.2.u...@gmail.com> >> >>> 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 more verbose, so that I can pin out what's >> wrong? >> > > Maybe I found what's wrong.. it seams that jenkins/acegisecurity searches > for uid=username, while in our AD, the username is mapped to cn > Is there a way to configure jenkins/acegisecurity so that it searches for > cn=username instead? > Thanks. >
YES! That was it! Solved. It was the 'User search filter'. Thank you all.