You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2013/08/28 14:56:48 UTC

[Bug 55494] JNDIRealm throws exception after timeout / Connection reset

https://issues.apache.org/bugzilla/show_bug.cgi?id=55494

Thomas Hoffmann <Th...@speed4trade.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #1 from Thomas Hoffmann <Th...@speed4trade.com> ---
Here is our configuration (some values are censored):

  <Realm className="org.apache.catalina.realm.JNDIRealm"
        connectionName="cn=xxx"
        connectionPassword="xxx"
    adCompat="true"
    allRolesMode ="authOnly"
    connectionTimeout="3000"
        connectionURL="ldap://srv1:389"
    alternateURL="ldap://srv2:389"
        userBase="ou=xxx"
        userSearch="(sAMAccountName={0})"
    userSubtree="true"
    roleSubtree="true"
        roleBase="ou=xxx"
        roleName="cn"
        roleSearch="(member={0})"
     />

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org