Josh,
It depsnds on your LDAP server, if you are running
openldap, look at you slapd.conf file and you should
see a rootpw entry, which is what you should use for
you connectionPassword.
Ryan

--- Josh Fenlason <[EMAIL PROTECTED]> wrote:
> Does anyone know what the value of
> connectionPassword, in <Realm/>, should
> be?  I tried it with a value of "secret", but I get
> an error when Tomcat
> starts:
>   javax.naming.AuthenticationException: [LDAP: error
> code 48 - Inappropriate
> Authentication]
> 
> > > I'm trying to do LDAP authentication with Tomcat
> 4.1.3.  I've read
> through
> > > the how to docs on Tomcat's site,
> > >
> >
>
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/realm-howto.html#JNDIRealm,
> > > and tried to follow the example.  My site loads
> fine, but I never get an
> > > authentication prompt when I enter my site.  If
> anyone could sees
> anything
> > > wrong with my <Realm/> or has any ideas of where
> else I should need to
> > > change things, I would greatly appreciate it. 
> Thanks.
> > > ,
> > > Josh.
> > >
> > > Here's what I entered for the Realm element in
> > > <tomcat4.1.3_home>/conf/server.xml
> > >
> > > <Realm
> className="org.apache.catalina.realm.JNDIRealm"
> > >    
>
connectionName="ou=People,ou=jfenlason_r62DC,ou=jfenlason,l=Arden
> Hills,o=Bethel"
> > >     connectionPassword="secret"
> > >    
> connectionURL="ldap://corvette.mn.ptc.com:389";
> > >     roleName="oid"
> > >     roleSearch="(uniqueMember={0})"
> > >     userPassword="userPassword"
> > >
>
userPattern="oid={0},ou=People,ou=jfenlason_r62DC,ou=jfenlason,l=Arden
> Hills,o=Bethel"
> > >     debug="99"/>
> > >
> > > Here's the AuthLDAPURL that works with Apache1
> doing the authentication
> > >
> >
>
ldap://corvette.mn.ptc.com:389/ou=People,ou=jfenlason_r62DC,ou=jfenlason,l=A
> rden Hills,o=Bethel"
> 
> 
> --
> To unsubscribe, e-mail:  
> <mailto:[EMAIL PROTECTED]>
> For additional commands, e-mail:
> <mailto:[EMAIL PROTECTED]>
> 


__________________________________________________
Do You Yahoo!?
Yahoo! - Official partner of 2002 FIFA World Cup
http://fifaworldcup.yahoo.com

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to