C# Class Org.IdentityConnectors.ActiveDirectory.PasswordChangeHandler

Afficher le fichier Open project: Evolveum/openicf Class Usage Examples

Private Methods

Méthode Description
Authenticate ( string username, GuardedString password, bool returnUidOnly ) : Uid

Authenticates the user

PasswordChangeHandler ( ActiveDirectoryConfiguration configuration ) : System
changePassword ( System.DirectoryServices.DirectoryEntry directoryEntry, GuardedString gsNewPassword ) : void

sets the _currentPassword variable

Sets the _newPassword variable

Does an administrative password change. The Directory entry must be created with username and password of a user with permission to change the password

changePassword ( System.DirectoryServices.DirectoryEntry directoryEntry, GuardedString gsCurrentPassword, GuardedString gsNewPassword ) : void

Does a user password change. Must supply the currentpassword and the new password