File_SMBPasswd::verifyAccount()

File_SMBPasswd::verifyAccount() -- Verifies the given account with the given plaintext passwords.

Referentiesamenvatting

mixed File_SMBPasswd::verifyAccount (string $user, string $pass)

Beschrijving

This method verifies the given username and plaintext-password against the entry in the loaded smbpasswd file.

Parameter

Return waarde

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

Zie

File_SMBPasswd::verifyAccountEncrypted()

Voorbeeld