메소드 | 설명 | |
---|---|---|
addUser ( string $userId, array $credentials ) | Add a set of authentication credentials. | |
removeUser ( string $userId, string $dn = null ) | Delete a set of authentication credentials. | |
updateUser ( string $oldID, string $newID, array $credentials, string $olddn = null, string $newdn = null ) | Update a set of authentication credentials. |
public removeUser ( string $userId, string $dn = null ) | ||
$userId | string | The user ID to delete. |
$dn | string | NOT USED. |