Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 16/Oct/14 9:40 AM
Description:

After upgrading to 1.576 or higher LDAP authentication fails. It is very repeatable and downgrading to 1.575 fixes the issue. I have tried 1.576 1.577 1.580 and 1.584 but am unable to log in.

Basically, I disable security and then setup the same config again and am still unable to log in.
I am using ldap 1.6 plugin but have also tried 1.11, both fail once I enable ldap authentication.

This is my configuration from the config.xml

<useSecurity>true</useSecurity>
<authorizationStrategy class="hudson.security.AuthorizationStrategy$Unsecured"/>
<securityRealm class="hudson.security.LDAPSecurityRealm" plugin="[email protected]">
<server>ldap://ldap</server>
<rootDN></rootDN>
<inhibitInferRootDN>false</inhibitInferRootDN>
<userSearchBase>ou=users,dc=xxx,dc=com,dc=sg</userSearchBase>
<userSearch>uid={0}</userSearch>
<groupSearchBase>ou=jenkins,ou=groups,dc=xxx,dc=com,dc=sg</groupSearchBase>
<managerDN>cn=admin,dc=xxx,dc=com,dc=sg</managerDN>
<managerPassword>xxxxxxxxxxx</managerPassword>
<disableMailAddressResolver>false</disableMailAddressResolver>
</securityRealm>

Environment: ubuntu 12.04 and 14.04 openldap
Project: Jenkins
Priority: Blocker Blocker
Reporter: uncletall
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to