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 ui

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 Corey R. Smith Information Systems System Analyst/Programmer EMH Regional Healthcare System Office: (440) 326-5228 Pager: (440) 758-6541 Cell:(440) 315-4812 Fax:(440) 329-7792 Visit our web site

Re: Question on setting up LDAP...

2007-04-12 Thread Martin Gainty
OTECTED]> 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

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 to

RE: Question on setting up LDAP...

2007-04-12 Thread Smith, Corey
Hello and thanks for the help. However, now I am receiving this error in my log javax.naming.InvalidNameException: cn=domain\uname,ou=Th Users,ou=Building Users,dc=domain,dc=xxx: [LDAP: error code 34 - 208F: NameErr: DSID-031001AA, problem 2006 (BAD_NAME), data 8349, best match of: I

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 tag: ldap://ldapname.bc.com"; roleBase="ou=xxx,dc=bc,dc=com" roleName="cn" roleSearch="(uniqueMember={0})" roleSubtree="true" userBase="o