PHP Class Horde_Core_Auth_Ldap, 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
Author: Michael Slusarz ([email protected])
Inheritance: extends Horde_Auth_Ldap
Datei anzeigen Open project: horde/horde

Public Methods

Method 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, string $olddn = null, string $newdn = null ) Update a set of authentication credentials.

Method Details

addUser() public method

Add a set of authentication credentials.
public addUser ( string $userId, array $credentials )
$userId string The user ID to add.
$credentials array The credentials to use.

removeUser() public method

Delete a set of authentication credentials.
public removeUser ( string $userId, string $dn = null )
$userId string The user ID to delete.
$dn string NOT USED.

updateUser() public method

Update a set of authentication credentials.
public updateUser ( string $oldID, string $newID, array $credentials, string $olddn = null, string $newdn = null )
$oldID string The old user ID.
$newID string The new user ID.
$credentials array The new credentials
$olddn string NOT USED.
$newdn string NOT USED.