Retrieve Full DN (AdsPath) given Username

  • Thread starter Thread starter Cameron Frasnelly
  • Start date Start date
C

Cameron Frasnelly

Does anyone know how to get the full Distinguished Name from the Useraname
using vb.net??? All the examples show how to manipulate user objects but
they have the LDAP path hardcoded??? I need to know how to fetch the path
given the user name... thanks!!!

Cameron
 
There isn't an object stored with the username, or the even just the path,
so I guess you'll have to search the directory for the username in order to
get the fully qualified name.

--
Happy to help,
-- Tom Spink
([email protected])

http://dotnetx.betasafe.com >> On The Mend

Please respond to the newsgroup,
so all can benefit.


One Day,
 
How do I do that? Thanks!
Tom Spink said:
There isn't an object stored with the username, or the even just the path,
so I guess you'll have to search the directory for the username in order to
get the fully qualified name.

--
Happy to help,
-- Tom Spink
([email protected])

http://dotnetx.betasafe.com >> On The Mend

Please respond to the newsgroup,
so all can benefit.


One Day,
 
Back
Top