File_SMBPasswd::verifyAccount()

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

Synopsis

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

Description

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

Parameter

Return value

mixed - Returns TRUE on success, FALSE on failure.

See

File_SMBPasswd::verifyAccountEncrypted()

Example