Guest User

samba to Windows XP

a guest
Oct 3rd, 2016
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.48 KB | None | 0 0
  1. problem:
  2. net rpc commands do not work with my WinXp clients anymore.
  3. They do still work with Win7 clients
  4. The only change was an update to the samba server via apt-get dist-upgrade.
  5.  
  6. fix:
  7. [global]
  8. # This is the fix for the WinXp net rpc shutdown and backup failure
  9. ## Connection failed: NT_STATUS_ACCESS_DENIED
  10. ## smb_signing_good: BAD SIG: seq 1
  11. # Default: client ipc signing = default
  12. ## When set to mandatory or default, SMB signing is required.
  13. client ipc signing = disabled
Advertisement
Add Comment
Please, Sign In to add comment