PHP Class Horde_Core_Auth_Msad, horde
Copyright 2010-2016 Horde LLC (http://www.horde.org/)
See the enclosed file COPYING for license information (LGPL). If you did
not receive this file, see http://opensource.org/licenses/lgpl-2.1.php
Afficher le fichier
Open project: horde/horde
Méthodes publiques
Méthode |
Description |
|
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, $olddn = null, $newdn = null ) |
Update a set of authentication credentials. |
|
Method Details
Add a set of authentication credentials.
removeUser()
public méthode
Delete a set of authentication credentials.
updateUser()
public méthode
Update a set of authentication credentials.