Posted By:
Charuta_Nakhe
Posted On:
Wednesday, June 12, 2002 11:47 PM
I am giving user name and passowrd while authenticating using InitialDirContext API. The user name given is "abc gfd" which is a valid user on the directory server.
Now for this user, I want to get the following string:
CN=abc gfd/O=xxx. This is the DN for the user in the directory.
How do I get this string?
Thanx a lot.