[EMAIL PROTECTED] schrieb:
(...)  The ldap.properties
now looks like:

provider-url=ldap://172.17.127.60:389/ou=LP,o=ORG

# Manager/user which is allowed to retrieve a list of "all" users (fullname) from LDAP server
mgr-dn=cn=anonymous,ou=LP,o=ORG
# Password of Manager
mgr-pw=
usr-branch=ou=LP

this only makes sense if you actually have a user branch ou=LP in your LDAP directory. So your users would be underneath ou=LP,ou=LP,o=ORG - this is probably not what you want. So the setting
  usr-branch=
is probably right.

The exception I am now receiving is:
javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object] (...)

At least LDAP is working, and it is responding to you saying that it did not find your entry. What does an entry in your directory for an existing user in your LDAP actually look like ?

Also, for the exception you'll need to look further down, to find out what exactly caused the exception (I assume it's the search in LDAP for the id you typed in for the new user creation in Lenya)

I suggest you provide us with
- the complete ldap.properties file
- an example of an existing user path in your LDAP
- the complete exception stacktrace

--
Wolfgang

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

Reply via email to