jazzhazze wrote:
I've found the HTML-source of the error page that occurs when I try to add a LDAP-user. It looks like this:stacktracejava.lang.NullPointerException at java.util.Hashtable.put(Hashtable.java:396) at org.apache.lenya.ac.ldap.LDAPUser.bind(LDAPUser.java:359) at org.apache.lenya.ac.ldap.LDAPUser.getDirectoryEntry(LDAPUser.java:434) at org.apache.lenya.ac.ldap.LDAPUser.existsUser(LDAPUser.java:146) at org.apache.lenya.cms.ac.usecases.AddUser.validate(AddUser.java:75) at org.apache.lenya.cms.ac.usecases.AddUser.doCheckExecutionConditions(AddUser.java:96) at
Somehow the principal being passed in is null. You probably haven't set the mgr-dn property in the ldap config file.
Richard --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
