mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-14 05:15:03 +02:00
GSS-style authentication, additional IGSSMechanism implementations can be provided
This commit is contained in:
parent
d4acf5900e
commit
a84226abb9
11 changed files with 275 additions and 182 deletions
|
@ -74,7 +74,7 @@ namespace SMBLibrary.Server
|
|||
if (command is NegotiateRequest)
|
||||
{
|
||||
NegotiateRequest request = (NegotiateRequest)command;
|
||||
SMB2Command response = NegotiateHelper.GetNegotiateResponse(request, state, m_serverGuid);
|
||||
SMB2Command response = NegotiateHelper.GetNegotiateResponse(request, m_securityProvider, state, m_serverGuid);
|
||||
if (state.ServerDialect != SMBDialect.NotSet)
|
||||
{
|
||||
state = new SMB2ConnectionState(state, AllocatePersistentFileID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue