Tomcat 5.0.18, JNDIRealm and disabling RFC2254 encoding 2004-01-22 - By frank delin
Back Is there a flag you can you in the Realm decleration portion of server.xml that turns off the RFC2254 encoding in the JNDI Realm. Upgrading my ldap server is low on my list of things I'd like to do soon.
I use this currently
<Realm className="org.apache.catalina.realm.JNDIRealm " debug="99" connectionURL="ldap://ldap0.our.domain.name" roleName="cn" roleBase="ou=Group,dc=our,dc=domain,dc=name" roleSearch="(uniqueMember={0})" userBase="dc=our,dc=domain,dc=name" userSubtree="true" userSearch="uid={0}"/>
I didn't see anything in the source to suggest RFC2254="false" but here's hoping.
Thanks,
Frank
-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ------ To unsubscribe, e-mail: tomcat-user-unsubscribe@(protected) For additional commands, e-mail: tomcat-user-help@(protected)
|
|