Hi I am trying to reset password of Active Directory User But I Am getting error,Following is my Code:
public string ChangePassword(string Identity,strin
Few things:
UserEntry
.UserEntry.Username...
should be obj foo = UserEntry.NativeObject;
. If that passes, you have a valid DE.CommitChanges()
here.GetDirectoryEntry()
call properly.