Re: JNDIRealm and 4.1.10 with iPlanet

2002-09-24 Thread Douglas L Stewart
[EMAIL PROTECTED]> > Sent: Monday, September 23, 2002 11:31 AM > Subject: JNDIRealm and 4.1.10 with iPlanet > > > > I'm using Tomcat 4.1.10 trying to authenticate against iPlanet > > Directory Server 5.0. > > > > I've created a Realm inside of the Eng

RE: JNDIRealm and 4.1.10 with iPlanet

2002-09-24 Thread Douglas L Stewart
Looks like you are using parentheses around the 0 rather than brackets. That is probably why it is being passed literal rather than being expanded. --- > Sorry to jump in on this discussion. But I think people with LDAP > experience are having a look on it. > > > >> > de

RE: JNDIRealm and 4.1.10 with iPlanet

2002-09-23 Thread Stephan Schwab
Sorry to jump in on this discussion. But I think people with LDAP experience are having a look on it. > >> debug="999" > > connectionName="cn=Directory Manager" > > connectionPassword="mypassword" > > connectionURL="ldap://192.168.90.120:115

Re: JNDIRealm and 4.1.10 with iPlanet

2002-09-23 Thread Jonathan Eric Miller
Did you protect the resource that you're trying to access with a security-constraint in your web.xml? Jon - Original Message - From: "Douglas L Stewart" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, September 23, 2002 11:31 AM Subject: JNDIRe

JNDIRealm and 4.1.10 with iPlanet

2002-09-23 Thread Douglas L Stewart
I'm using Tomcat 4.1.10 trying to authenticate against iPlanet Directory Server 5.0. I've created a Realm inside of the Engine declaration: ldap://192.168.90.120:11592"; roleBase="dc=my-company,dc=com" roleName="uid" roleSearch="(uid={0})"