Displaying 1 result from an estimated 1 matches for "force_dos_error".
Did you mean:
force_dos_errors
2002 Nov 25
1
Kerberos and smbmount
...bmount 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 when I disable my changes and use regular password
aut...