PHP Класс Passwd_Driver_Adsi, horde

NOTES: - If you plan to implement passwd over Active Direcory you must use the LDAP driver and not this one! This driver is designed for standalone machines or NT4 domains, only. - The host server must be Win32 with ADSI support. Sample backend configuration: $backends['adsi'] = array( 'name' => 'Sample ADSI backend', 'preferred' => 'localhost', 'policy' => array( 'minLength' => 8, 'maxLength' => 14 ), 'driver' => 'adsi', 'params' => array( 'target' => 'YOUR_MACHINE/DOMAIN_NAME_HERE' ) ) Backend parameters: target = Target Windows machine/domain name (Required)
Автор: Luiz R Malheiros ([email protected])
Наследование: extends Passwd_Driver
Показать файл Открыть проект

Защищенные методы

Метод Описание
_changePassword ( $user, $oldpass, $newpass )

Описание методов

_changePassword() защищенный Метод

protected _changePassword ( $user, $oldpass, $newpass )