File_SMBPasswd::verifyAccountEncrypted()

File_SMBPasswd::verifyAccountEncrypted() -- Verifies the given account with the given encrypted passwords.

Referentiesamenvatting

mixed File_SMBPasswd::verifyAccountEncrypted (string $user, string $nthash [, string $lmhash = ''])

Beschrijving

This method verifies the given username and passwords against the entry in the loaded smbpasswd file. The given passwords must already be a valid NT-Hash or LM-Hash, whereas the LM-Hash is optional.

Parameter

Return waarde

mixed - Geeft TRUE terug bij success, FALSE bij een fout.

Zie

File_SMBPasswd::verifyAccount()

Voorbeeld