We switched from Hudson to Jenkins and now we are encountering this problem from time to time.

Here is my configuration

<securityRealm class="hudson.security.LDAPSecurityRealm" plugin="[email protected]">
    <server>myLdapIP:10389</server>
    <rootDN>dc=myCompany,dc=org</rootDN>
    <inhibitInferRootDN>true</inhibitInferRootDN>
    <userSearchBase>ou=users</userSearchBase>
    <userSearch>uid={0}</userSearch>
    <groupSearchBase>ou=groups</groupSearchBase>
    <groupMembershipFilter>(| (member={0}) (uniqueMember={0}) (memberUid={1}))</groupMembershipFilter>
    <managerDN>cn=hudson,ou=users,ou=system</managerDN>
    <managerPasswordSecret>*secret*</managerPasswordSecret>
    <disableMailAddressResolver>true</disableMailAddressResolver>
    <cache>
      <size>500</size>
      <ttl>3600</ttl>
    </cache>
    <extraEnvVars class="linked-hash-map">
      <entry>
        <string>com.sun.jndi.ldap.connect.timeout</string>
        <string>5000</string>
      </entry>
      <entry>
        <string>com.sun.jndi.ldap.read.timeout</string>
        <string>10000</string>
      </entry>
    </extraEnvVars>
    <displayNameAttributeName>displayname</displayNameAttributeName>
    <mailAddressAttributeName>mail</mailAddressAttributeName>
  </securityRealm>
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