File_SMBPasswd::modAccount()

File_SMBPasswd::modAccount() -- modify an exsting account with the given plaintext-password.

Synopsis

mixed File_SMBPasswd::modAccount (string $user, int $userid [, string $pass = '' [, string $comment = '' [, string $flags = '']]])

Description

This method works in the same way as File_SMBPasswd::modAccountEncrypted() , except the password has to be given as plaintext. The encryption is done internaly.

Parameter

Return value

mixed - Returns TRUE on success, PEAR_Error on failure.

Note

This function can not be called statically.

See

File_SMBPasswd::addAccount()
File_SMBPasswd::modAccountEncrypted()
File_SMBPasswd::modUser()

Example