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
파일 보기 프로젝트 열기: horde/horde

보호된 메소드들

메소드 설명
_changePassword ( $user, $oldpass, $newpass )

메소드 상세

_changePassword() 보호된 메소드

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