search for: use_spnego

Displaying 1 result from an estimated 1 matches for "use_spnego".

Did you mean: gss_spnego
2002 Nov 25
1
Kerberos and smbmount
...a20) for a while now trying to get Kerberos and smbmount working together to access shares on a Windows 2000 Server SP3. As I understand it, without modifications to the code this should not work at all. I tried to make a few changes, namely setting c->use_kerberos=True and commenting out c->use_spnego=False. I also had to comment out c->force_dos_errors=True. With these changes, smbmount sets up the connection with Kerberos just fine. I can see the mounted share, view and delete files and directories. What I cannot do is create new directories and files (Input/output error). Everything works...