I'd like to create an LDAP user to the Oracle Internet Directory (10.1.4.0.1). I was able to do it using "ldapadd" command with the ldif file.However everytime i use that new account to login to NET Manager (netmgr) it always requires me to supply the user name as a full DN e.g. "cn=Roy,cn=users,dc=cs,dc=com" which is very long and inconvenient to use. Is there a way I could create an LDAP user and when i use it to login in Net Manager i only have to supply the RDN "cn=Roy" (and of course the password).
Thanks for your reply and for the link you provided. The link was actually my guide to create the OID server but then my problem is that I can't use a short username say "cn=Roy" to logon to NetMgr and OIDADMIN. Inorder for me to login I use "cn=Roy,cn=users,dc=cs,dc=com" which is very long. Any other way that you could think of will greatly appreciated.
The DEFAULT_ADMIN_CONTEXT = "cn=users,dc=cs,dc=com" on the LDAP.ORA did not help a thing.
here is the part where I wanted to use a short name:
# Expand the Directory folder. # Expand the Service Naming folder. # Directory server authentication: a. User: cn=vchan,cn=oraclenetadmins,cn=oraclecontext,dc=mycorpdomain,dc=com b. Password: vchan1 # Click Command.
Instead of using "User: cn=vchan,cn=oraclenetadmins,cn=oraclecontext,dc=mycorpdomain,dc=com" I wanted to use "cn=vchan"
This is in the part where you need to logon to oid directory manager (oidadmin)