Hi I am not a specialist but don't only focus on jenkins with LDAP security. It's also possible to disable a job using the API jenkins-cli.jar I think
Sample: java -jar [Jenkins path]/jenkins-cli.jar -s %JENKINS_URL% disable-job "Jobname" https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+CLI http://meera-subbarao.blogspot.com/2010/08/hudson-and-cli.html You need only to have the good right to execute the command Sincerely Le 24.02.12 17:52, « Didier Durand » <durand.did...@gmail.com> a écrit : >Hi, > >Was the number of executors changed in the Jenkins config to 0 at some >point ? > >regards > >didier > >On Feb 24, 5:32 pm, noa <kuki...@gmail.com> wrote: >> hi, >> >> I have a promblem with my jenkins server, some of my clients >> complained about their jobs being disabled and after looking into it I >> saw the jobs are being disabled by an anonymous user. >> the wierd thing is that my jenkins server has permissions and the user >> anonymous has no permissions at all. >> the authenthincation is with an ldap server. >> >> I couldn't find anything about that problem on the internet so any >> help would be appriciated. >> >> thank you :)