PHP 클래스 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
저자: Michael Slusarz ([email protected])
상속: extends Horde_Auth_Ldap
파일 보기 프로젝트 열기: horde/horde

공개 메소드들

메소드 설명
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.

메소드 상세

addUser() 공개 메소드

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() 공개 메소드

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() 공개 메소드

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.