mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-14 05:15:03 +02:00
Improved NTLM authentication API
This commit is contained in:
parent
05f49c3128
commit
217451d18f
23 changed files with 602 additions and 526 deletions
|
@ -109,7 +109,7 @@ namespace SMBLibrary.Server
|
|||
{
|
||||
if (command is SessionSetupRequest)
|
||||
{
|
||||
return SessionSetupHelper.GetSessionSetupResponse((SessionSetupRequest)command, m_users, state);
|
||||
return SessionSetupHelper.GetSessionSetupResponse((SessionSetupRequest)command, m_securityProvider, state);
|
||||
}
|
||||
else if (command is EchoRequest)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue