Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-23 Thread Maciej Jaros
PS: Also `managerDN` should simply be a user name prefixed with domain name e.g. `MYCOMPANY\MyUser`. Any user with basic permissions should work. Maciej Jaros (2015-04-23 11:26): v_sathyamurthy (2015-04-02 19:00): Hello Folks, I would really appreciate if some one could help me. I have in

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-23 Thread Maciej Jaros
v_sathyamurthy (2015-04-02 19:00): Hello Folks, I would really appreciate if some one could help me. I have installed jenkins 1.606 on windows,and tried to enable the global security link. I configured everything correctly. When enver I tried to test the login I always brought back to error

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-21 Thread Victor Martinez
You don't need to write any groovy script to debug that since that feature is already part of the Jenkins Web Interface: https://wiki.jenkins-ci.org/display/JENKINS/Logging Cheers On Thursday, 2 April 2015 19:00:14 UTC+2, v_sathy...@hotmail.com wrote: > > Hello Folks, > >I would really ap

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-06 Thread v_sathyamur...@hotmail.com
Hello Victor, The main issue I am facing is not sure if the requet is hitting correctly for ldap call. That is the reason I am trying to set debug unfortunately could not server is starting perfectly with all the right config for ldap setting. Look below: The login screen is not hitting /

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-06 Thread v_sathyamur...@hotmail.com
Hello victor, I created the groovy script and noticed it is executing still no luck, I could not see any logs. I am trying to understand is the control is going there are not. Grrovy script: import java.util.logging.ConsoleHandler import java.util.logging.LogManager import

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-02 Thread Victor Martinez
Follow the below steps: - https://wiki.jenkins-ci.org/display/JENKINS/Logging - Since that plugin uses loggers: https://github.com/jenkinsci/ldap-plugin/blob/ldap-1.6/src/main/java/hudson/security/LDAPSecurityRealm.java#L796 - Add the below logger: hudson.security I hope it helps :) On Thursday

Re: LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-02 Thread v_sathyamur...@hotmail.com
Hello Victor, I tried search for logging and no good help. Moreover I am still struggling to enable as debug so that I can trace the calls. Any helpful links would be much appreciated. thanks Venkat On Thursday, April 2, 2015 at 1:25:02 PM UTC-4, Victor Martinez wrote: > I don't

LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-02 Thread Victor Martinez
I don't know if you already to record those loggers (search for jenkins + logging). Then you can check that LDAP plugin, search for its scm and validate whether it does have any loggers if so you can easily configure to listen & debug that plugin. I hope it helps. Sorry if I didn't put any UR

LDAP: does not work for jenkins 1.606 with Ldapplugin 1.6

2015-04-02 Thread v_sathyamur...@hotmail.com
Hello Folks, I would really appreciate if some one could help me. I have installed jenkins 1.606 on windows,and tried to enable the global security link. I configured everything correctly. When enver I tried to test the login I always brought back to error page. *Invalid login informatio