i already read it. But it didn't help.
The problem here is
if i had an DirectoryEntry object , i could easily do eveything such as finding, setting properties, getting properties, and so on..
But when the admin checked that property like that, i cann't login successfully to use DirectoryEntry object.
User Profile
Collapse
-
change password AD using asp.net
I just want to ask abt communicate with AD using ASP.net. I would want to ask you all to help me correct a problem like this:
This is a code i use to change password on AD
...Code:public bool ChangePasswordAD(string strLogin, string strOldPasswd, string strNewPasswd) { try { string domainAndUsername = "aloha.com" + @"\" + strLogin; DirectoryEntryLast edited by Frinavale; Dec 17 '09, 06:37 PM. Reason: Please post code in [code] ... [/code] tags. Changed bold tags into code tags.
No activity results to display
Show More
Leave a comment: