Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot disable SMB 2.x #93

Open
sirzooro opened this issue Nov 14, 2024 · 0 comments
Open

Cannot disable SMB 2.x #93

sirzooro opened this issue Nov 14, 2024 · 0 comments

Comments

@sirzooro
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant