PEAR-Handbuch | ||
---|---|---|
Zurück | Nach vorne |
Modify a certain user.
You shouldn't modify the password with this method, use File_Passwd_Smb::changePasswd() instead.
the user to modify
an associative array of properties to change
Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.
Tabelle 38-1. Mögliche Fehler-Arten
Error Code | Summary |
---|---|
FILE_PASSWD_E_EXISTS_NOT | account doesn't exist |
FILE_PASSWD_E_INVALID_PROPERTY | any supplied property was invalid |
Zurück | Zum Anfang | Nach vorne |
File_Passwd_Smb::addUser() | Nach oben | File_Passwd_Smb::changePasswd() |