Don't think its the appropiate forum for this discussion

but..
      <Realm className="org.apache.catalina.realm.JNDIRealm"
            debug="99"
            connectionName="cn=Directory Manager"
            connectionPassword="nopassword"
            connectionURL="ldap://ankit.persistent.co.in:60596";
            roleBase="ou=roles,dc=persistent,dc=co,dc=in"
            roleName="cn"
            roleSearch="(uniqueMember={0})"
            roleSubtree="false"
            userSearch="(uid={0})"
            userPassword="userPassword"
            userPattern="uid={0},ou=people,dc=persistent,dc=co,dc=in" /> 

looking at example on tomcat.apache.org
    connectionName="cn=Manager,dc=mycompany,dc=com"
    connectionPassword="secret"

you're settings are probably not correct for connectionName and 
connectionPassword?

does your ldap server have any access permissions setup? if not, think you 
can remove connectionName and connectionPassword until access permissions 
are properly configured



---
You are currently subscribed to [email protected] as: [EMAIL PROTECTED]
To unsubscribe send email to [EMAIL PROTECTED] with the word UNSUBSCRIBE as the 
SUBJECT of the message.

Reply via email to