Couldnot add new user to webserver

Hi All,

I want to add new users to my LDAP directory from webserver administartion console.

I am using Sun ONE webserver 6.1. I have configured my directory service.

When I add new user to it says -

You do not have sufficient access privilages to perform the operation.

Although, i can perform a ldapmodify command from the terminal to add new entry to the directory.

[405 byte] By [Thanigaivel.M] at [2007-11-26 10:32:22]
# 1

What Bind DN did you use to bind to directory server in the WS Admin GUI settings used to configure the Directory service? Take a look at Global Settings->Configure Directory Service settings in your WS Admin GUI.

Binding(the Bind DN) determines the permission level you are granted for the connection to LDAP. Try using cn=Directory Manager as Bind DN and test.

Thanks

Manish

kapmani at 2007-7-7 2:40:10 > top of Java-index,Web & Directory Servers,Web Servers...
# 2
Thanks for your reply.I am using "cn=Directory Manager" as bindDN. I am able to add the entry to the directory using ldapmodify command with the same bindDN (cn=Directory Manager).
ThanigaivelM at 2007-7-7 2:40:10 > top of Java-index,Web & Directory Servers,Web Servers...
# 3
Thanks. I am able to add user to the directory.
ThanigaivelM at 2007-7-7 2:40:10 > top of Java-index,Web & Directory Servers,Web Servers...