mixed File_Passwd_Cvs::changeSysUser (
mixed $user
, mixed $system
)
Change the corresponding system user of a certain cvs user.
$user
the user to change the system user for
$system
the new system user name
Returns TRUE on success, PEAR_Error on failure.
Error Code | Summary |
---|---|
FILE_PASSWD_E_EXISTS_NOT | user doesn't exist |
FILE_PASSWD_E_INVALID_CHARS | system user contains illegal characters |
This function can not be called statically.