File_SMBPasswd::modAccount()

File_SMBPasswd::modAccount() -- modify an exsting account with the given plaintext-password.

Referentiesamenvatting

mixed File_SMBPasswd::modAccount (string $user, int $userid [, string $pass = '' [, string $comment = '' [, string $flags = '']]])

Beschrijving

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.

Parameter

Return waarde

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

Note

Deze functie kan niet statisch worden aangeroepen.

Zie

File_SMBPasswd::addAccount()
File_SMBPasswd::modAccountEncrypted()
File_SMBPasswd::modUser()

Voorbeeld