PHP Class Passwd_Driver_Procopen, horde

Any script or program can be supplied as the 'program' attribute value of the params argument. The username, old password and new password are written to the stdin of the process and then the stdout and stderr of the process are read and combined with the exit status value and returned to the caller if the status code is not 0.
Author: Samuel Nicolary ([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 )