Authenticating with LDAP against multiple organizational units

2005-10-17 Thread Brian Bonner
We're having a problem authenticating with Tomcat 5.5.9 against multiple organizational units. Our LDAP server is Active Directory. Here's our current setup: Realm className=org.apache.catalina.realm.JNDIRealm debug=3 connectionURL=ldap://ldapdc.thf.net:389;

Re: Authenticating with LDAP against multiple organizational units

2005-10-17 Thread Jess Holle
My guess is that you need to direct the LDAP URL at the ADS global catalog, which oddly enough is not on port 389... Brian Bonner wrote: We're having a problem authenticating with Tomcat 5.5.9 against multiple organizational units. Our LDAP server is Active Directory. Here's our current