Hi I'm trying to configure Apache DS 1.5+ in JetSpeed-2.2.1.I've added a user with cn=lillian, ou=users,ou=system, (password:111)but when i login in the page :http://localhost:8080/jetexpress/portal/,the following error comes: 2010-9-15 10:22:07 org.apache.catalina.realm.JAASRealm authenticate WARNING: Cannot find message associated with key jaasRealm.loginException javax.security.auth.login.LoginException: [LDAP: error code 53 - UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for DN cn=lillian,ou=users,ou=system]; nested exception is javax.naming.OperationNotSupportedException: [LDAP: error code 53 - UNWILLING_TO_PERFORM: Bind failed: Cannot Bind for DN cn=lillian,ou=users,ou=system]
jetspeed.properties file's content is as follows: #------------------------------------------------------------------------- # LDAP #------------------------------------------------------------------------- #defaults for LDAP (Apache DS 1.5+) ldap.url=ldap://localhost:10389 ldap.base=ou=system ldap.userDn=uid=admin,ou=system ldap.password=secret ldap.context.factory=com.sun.jndi.ldap.LdapCtxFactory ldap.user.filter=(objectclass=person) ldap.search.scope=2 ldap.user.searchBase=ou=Users ldap.user.entryPrefix=cn ldap.role.searchBase=ou=Roles ldap.role.filter = (objectClass=groupOfNames) ldap.group.searchBase=ou=Groups ldap.group.filter = (objectClass=groupOfNames) ldap.context.pool.maxActive = 20 ldap.context.pool.maxIdle = 20 anyone can help me? Thanks a lot! 2010-09-15 Robin
