File_SMBPasswd::verifyAccountEncrypted() | File_SMBPasswd::lock() |
File_SMBPasswd | |
PEAR Manual | |
mixed File_SMBPasswd::verifyAccount (
string $user
, string $pass
)
This method verifies the given username and plaintext-password against the entry in the loaded smbpasswd file.
string $user - username to be verified
string $pass - the plaintext password
mixed - Returns TRUE on success, FALSE on failure.
Using File_SMBPasswd::verifyAccount()
|
File_SMBPasswd::verifyAccountEncrypted() | File_SMBPasswd::lock() |
File_SMBPasswd | |
PEAR Manual | |