mixed File_Passwd_Smb::changePasswd (
string $user
, string $pass
)
Change the passwd of a certain user.
$user
the user whose passwd should be changed
$pass
the new plaintext passwd
Returns TRUE on success, PEAR_Error on failure.
Returns PEAR_Error FILE_PASSWD_E_EXISTS_NOT, if user doesn't exist.
This function can not be called statically.