TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Majunbu
NA
1
0
DirectoryEntry and comma in LDAP path
Apr 8 2005 10:55 PM
The user accounts in the AD I am dealing with where created in the following fashion. Last Name,First Name I am having trouble connecting directly to a user account due to the comma in the name and the lack of success of escaping it out of the DirectoryEntry.path line. Example. DirectoryEntry de = new DirectoryEntry(); de.path = "LDAP://
/CN=
,
,
,
"; I can not resolve the comman name of the user account since the agrument for the path is comma delimited and there is a comma contained in the CN of the user account. Any help would greatly be appreciated in figuring out the syntax needed to successfully bind to AD. thanks,
Reply
Answers (
0
)
Custom Validator & SQL
Error in OleDBConnection : Object reference not set to an instance of an object