C# 클래스 Org.IdentityConnectors.ActiveDirectory.PasswordChangeHandler

파일 보기 프로젝트 열기: Evolveum/openicf 1 사용 예제들

비공개 메소드들

메소드 설명
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