메소드 |
설명 |
|
__construct ( array $params = [] ) |
Constructor. |
|
addUser ( string $accountName, array $credentials ) |
Add a set of authentication credentials. |
|
removeUser ( string $accountName, string $dn = null ) |
Remove a set of authentication credentials. |
|
resetPassword ( string $user_id ) : string |
Reset a user's password. Used for example when the user does not
remember the existing password. |
|
updateUser ( string $oldId, string $newId, array $credentials, string $olddn = null, string $newdn = null ) |
Update a set of authentication credentials. |
|