File_SMBPasswd::delUser() | File_SMBPasswd::verifyAccount() |
File_SMBPasswd | |
PEAR Manual | |
mixed File_SMBPasswd::verifyAccountEncrypted (
string $user
, string $nthash
, string $lmhash = ''
)
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.
string $user - username to be verified
string $nthash - the NT-Hash
string $lmhash - the LM-Hash
mixed - Returns TRUE on success, FALSE on failure.
Using File_SMBPasswd::verifyAccount()
|
File_SMBPasswd::delUser() | File_SMBPasswd::verifyAccount() |
File_SMBPasswd | |
PEAR Manual | |