althonos / fs.smbfs

Pyfilesystem2 over SMB using pysmb
MIT License
29 stars 15 forks source link

Kerberos support. #34

Open JesperKrogh opened 2 years ago

JesperKrogh commented 2 years ago

I'm struggling to get kerberos authentication - working - is it supported at all?

althonos commented 2 years ago

I didn't try, but I don't think it is supported by PySMB, which is the underlying library I use for connecting to a SMB share. Maybe you could see if you can get it to work with PySMB directly, and if it doesn't, see with the developer to add Kerberos auth support there?