Dear all
i am using Active directory
there is a function in the active directory called "ChangePassword" i activate it by invoke
the function is successfull but there is an error
the error is that i can login with the old password and the new password dont know why
and the same error happend for the SetPassword function
can any one help me please?
this is the line of code that i user to change password
"usr.Invoke("ChangePassword",new object[]{OldSecurelyStoredPassword, NewSecurelyStoredPassword});"
and this line of code to reset password
"usr.Invoke("SetPassword", new object[]{SecurelyStoredPassword});"
--
ramez adel
Solution Developer
Link Development
LINKdotNET
Tel.: +(202) 3367711 ext: 1293
http://www.linkdev.com
http://www.link.net
--
ramez adel
Solution Developer
Link Development
LINKdotNET
Tel.: +(202) 3367711 ext: 1293
http://www.linkdev.com
http://www.link.net
YAHOO! GROUPS LINKS
- Visit your group "Microsofts_C_Sharp" on the web.
- To unsubscribe from this group, send an email to:
[EMAIL PROTECTED]
- Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
