Hi,
My system looks like this
gridsphere2.2.10
tomcat 5.0.30
ant1.7
java1.5.05
I get this error from my catalina.out
19860:DEBUG:(JaasAuthModule.java:checkAuthentication:33)
< beginning authentication for 'rvictor' >
19909:DEBUG:(JaasAuthModule.java:checkAuthentication:40)
< got loginContext >
20001:DEBUG:(JaasCallbackHandler.java:handle:34)
< responding to NameCallback >
20002:DEBUG:(JaasCallbackHandler.java:handle:37)
< responding to PasswordCallback >
20628:DEBUG:(JaasAuthModule.java:checkAuthentication:54)
< login failed: Password Incorrect/Password Required >
20631:DEBUG:(PasswordAuthModule.java:checkAuthentication:43)
< Entering authenticate >
20732:DEBUG:(PasswordAuthModule.java:checkAuthentication:53)
< Incorrect password provided. >
Time taken = 1409 (ms) request= cid=login
I do a trace that my gridsphere is making a communication with external ldap server
my jaas.config file looks like this
Gridsphere {
org.jboss.security.auth.spi.LdapLoginModule required
java.naming.factory.initial="com.sun.jndi.ldap.LdapCtxFactory"
java.naming.provider.url="ldap://directory.synopsys.com:389/"
java.naming.security.authentication="simple"
java.naming.security.protocol="plain"
principalDNPrefix="uid="
principalDNSuffix="ou=People,dc=synopsys,dc=com"
rolesCtxDN="ou=People,dc=synopsys,dc=com"
uidAttributeID="uid"
roleAttributeID="memberUid"
roleAttributeIsDN="true"
roleNameAttributeID="cn"
;
};
Please help me. It is urgent.
Thanks
victor
_______________________________________________
Gridsphere-users mailing list
Gridsphere-users@...
http://lists.gridsphere.org/mailman/listinfo/gridsphere-users