File_SMBPasswd::addAccountEncrypted()

File_SMBPasswd::addAccountEncrypted() -- adds a new account with pre-encrypted passwords.

Referentiesamenvatting

mixed File_SMBPasswd::addAccountEncrypted (string $user, int $userid [, string $lmhash = '' [, string $nthash = '' [, string $comment = '' [, string $flags = '[U ]']]]])

Beschrijving

Modifies an existing account. The passwords must be already encrypted.

Parameter

Return waarde

mixed - Geeft TRUE terug bij success, PEAR_Error als het faalt.

Note

Deze functie kan niet statisch worden aangeroepen.

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

Zie

File_SMBPasswd::modAccountEncrypted()
File_SMBPasswd::modUser()
File_SMBPasswd::modAccount()

Voorbeeld