File_SMBPasswd::verifyAccountEncrypted()
File_SMBPasswd::verifyAccountEncrypted() -- Verifies the given account with the given encrypted passwords.
Описание
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
Пример
Пример 40-1. Using File_SMBPasswd::verifyAccount()
|
Пред. | Начало | След. |
File_SMBPasswd::delUser() | Уровень выше | File_SMBPasswd::verifyAccount() |