RE: Question on setting up LDAP...

2007-04-13 Thread Smith, Corey
Here is my realm I am using in my server.xml file and the web apps xml file !-- Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionURL=ldap://MainDC1.Mydomain.com; roleBase=ou=Global

RE: Question on setting up LDAP...

2007-04-13 Thread Smith, Corey
Hello and how are things? Well I am convinced that having to type in the domain in front of my user name is causing the Invalid escape sequence error in the web apps log. I guess my question is how can I either remove that domain\ in front of my username before the realm searches for the

RE: Question on setting up LDAP...

2007-04-12 Thread Smith, Corey
I want to clarify this email a little more. I believe the issue is the userSearch. Because when I try to connect to my webapp I need to type in mydomain\username to authenticate against the active directory. My web app is going to be running on my web server so how to do I get the filter

Re: Question on setting up LDAP...

2007-04-12 Thread Martin Gainty
] To: Tomcat Users List [EMAIL PROTECTED] Sent: Thursday, April 12, 2007 3:55 PM Subject: RE: Question on setting up LDAP... I want to clarify this email a little more. I believe the issue is the userSearch. Because when I try to connect to my webapp I need to type in mydomain\username to authenticate

RE: Question on setting up LDAP...

2007-04-11 Thread ScottAnders
Yeah we use it successfully. We've got the following in our server.xml in the Engine tag: Realm className=org.apache.catalina.realm.JNDIRealm debug=99 connectionName=uid=xxx,ou=xxx,dc=bc,dc=com connectionPassword=xxx