File_Passwd_Unix::modUser()

File_Passwd_Unix::modUser() -- Modify user

Synopsis

mixed File_Passwd_Unix::modUser (string $user [, array $properties = array()])

Beschreibung

You shouldn't modify the password of the user with this method, use File_Passwd_Unix::changePasswd() instead.

You should use this method only if the 'name map' is used, too.

Parameter

string $user

the user to modify

array $properties

an associative array of properties to modify

Rückgabewert

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

Tabelle 38-1. Mögliche Fehler-Arten

Error CodeSummary
FILE_PASSWD_E_EXISTS_NOTuser doesn't exists
FILE_PASSWD_E_INVALID_CHARSany of the extra properties contains a colon

Siehe auch

See File_Passwd_Unix::useMap()

See File_Passwd_Unix::changePasswd()

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.