You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to disable SMB 2.x and found that this is not possible. There is Negotiator.SpecifiedDialect field, but it allows to set one version only. Additionally SMB version constants are in file in internal subdirectory, so they are considered private implementation details and are inaccessible from outside (at least my build system is configured in this way).
Please add new field to allow specifying minimum protocol version and make version constants public.
Note: alternative solution with array of versions is not forward-compatible, i.e. I would have to change my code when you add support for some future SMB version.
The text was updated successfully, but these errors were encountered:
I want to disable SMB 2.x and found that this is not possible. There is
Negotiator.SpecifiedDialect
field, but it allows to set one version only. Additionally SMB version constants are in file ininternal
subdirectory, so they are considered private implementation details and are inaccessible from outside (at least my build system is configured in this way).Please add new field to allow specifying minimum protocol version and make version constants public.
Note: alternative solution with array of versions is not forward-compatible, i.e. I would have to change my code when you add support for some future SMB version.
The text was updated successfully, but these errors were encountered: