PHP Class 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)
Author: Luiz R Malheiros ([email protected])
Inheritance: extends Passwd_Driver
Show file Open project: horde/horde

Protected Methods

Method Description
_changePassword ( $user, $oldpass, $newpass )

Method Details

_changePassword() protected method

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