File_SMBPasswd::modAccount()
Описание
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.
Параметр
string $user - username to be modified
int $userid - userid of the user
string $pass - plaintext-password
string $comment - comment
string $flags - flags
См. также
File_SMBPasswd::addAccount() |
File_SMBPasswd::modAccountEncrypted() |
File_SMBPasswd::modUser() |
Пример
Пример 40-1. Using File_SMBPasswd::modAccount()
|
Пред. | Начало | След. |
File_SMBPasswd::modAccountEncrypted() | Уровень выше | File_SMBPasswd::modUser() |