Property | Type | Description | |
---|---|---|---|
$_ldap | resource | LDAP object. | |
$_userdn | string | The user's DN. |
Method | Description | |
---|---|---|
__construct ( array $params = [] ) |
Method | Description | |
---|---|---|
_changePassword ( $user, $oldpass, $newpass ) | ||
_comparePasswords ( string $encrypted, string $plaintext ) | Compares a plaintext password with an encrypted password. |
protected _comparePasswords ( string $encrypted, string $plaintext ) | ||
$encrypted | string | An encrypted password. |
$plaintext | string | An unencrypted password. |