File_SMBPasswd::modAccountEncrypted()

File_SMBPasswd::modAccountEncrypted() -- modify an existing account with the given encrypted password.

Referentiesamenvatting

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

Beschrijving

Modifies an existing account using pre-encrypted passwords.

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 system password file.

Zie

File_SMBPasswd::addAccount()
File_SMBPasswd::modAccount()
File_SMBPasswd::modUser()

Voorbeeld