On 14/04/16 20:45, Andrew Bartlett wrote: > This has been reported upstream, the workaround for > NT_STATUS_ACCESS_DENIED errors as a client is to set 'client ipc > signing = no'.
Thank you, I can confirm this resolved the issue with the NT_STATUS_ACCESS_DENIED errors on 2:3.6.6-6+deb7u9. https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=820982 cp -v /etc/samba/smb.conf /etc/samba/smb.conf.2016-04-14.backup testparm -sv /etc/samba/smb.conf.master | grep "signing" vim /etc/samba/smb.conf.master [global] client ipc signing = no testparm -s /etc/samba/smb.conf.master > /etc/samba/smb.conf cat /etc/samba/smb.conf /etc/init.d/samba reload