File_SMBPasswd::modUser()

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

Synopsis

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

Beschreibung

This method modifies an existing user, using a plaintext-password.

Parameter

Rückgabewert

mixed - Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.

Note that the user to be added must already exist in the system password file.

Siehe auch

File_SMBPasswd::addAccount()
File_SMBPasswd::modAccountEncrypted()
File_SMBPasswd::modAccount()

Beispiel