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

Server does not support any of the pysmb dialects #203

Open
alho94 opened this issue Nov 23, 2022 · 2 comments
Open

Server does not support any of the pysmb dialects #203

alho94 opened this issue Nov 23, 2022 · 2 comments

Comments

@alho94
Copy link

alho94 commented Nov 23, 2022

Hello @miketeo, I am using pysmb on a OpenSUSE 15 and have installed and enabled samba version 4.15.8.
Using the samba cli I am able to connect to my share, however, when I try to do so via pysmb, I end up with the following error message:
image

Not sure if I am doing something wrong or if this is a OpenSuse issue after all. Any advise would be highly appreciated!

@miketeo
Copy link
Owner

miketeo commented Nov 27, 2022

If you have access to your Samba service, you can edit smb.conf and try changing/adding min protocol parameter to min protocol=SMB2

@alho94
Copy link
Author

alho94 commented Nov 28, 2022

Thank you for the hint. This is the smb configuration:
[global] client signing = yes client use spnego = yes log file = /var/log/samba/log.%m max log size = 50 client ldap sasl wrapping = sign min protocol = SMB2_02 include = /etc/samba/include.conf

I have tried it also with min protocol = SMB2 but it ended up with the same error message as shown above.

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

2 participants