The Samba 3.0-RC1 "smbcacls" utility is reporting an error when I ask it to display the security information of a file on a Windows 2003 server: [root@demo5 bin]# ./smbcacls --user=SEITZDNSDOMNAIN\Administrator //seitzwin2003/Documents test.txt params.c:OpenConfFile() - Unable to open configuration file "/root/samba/debug/lib/smb.conf": No such file or directory Password: signing_good: SMB signature check failed on seq 1! SMB Signature verification failed on incoming packet! failed session setup with NT_STATUS_LOGON_FAILURE cli_full_connection failed! (NT_STATUS_LOGON_FAILURE) The "smbclient" utility works fine: [root@demo5 bin]# ./smbclient -WSEITZDNSDOMNAIN -UAdministrator //seitzwin2003/Documents ./smbclient: Can't load /root/samba/debug/lib/smb.conf - run testparm to debug it Password: smb: \> dir . DR 0 Wed Aug 20 15:33:56 2003 .. DR 0 Wed Aug 20 15:33:56 2003 desktop.ini AHS 62 Mon Jul 28 06:36:43 2003 test.txt A 9 Wed Aug 20 15:34:15 2003 65389 blocks of size 65536. 31222 blocks available smb: \> Is this just my error, a known problem, or should I report it to bugzilla?
Jeremy Allison
2003-Aug-21 22:03 UTC
[Samba] smbcacls will not connect to Windows 2003 server
On Thu, Aug 21, 2003 at 02:52:38PM -0700, Matt Seitz wrote:> The Samba 3.0-RC1 "smbcacls" utility is reporting an error when I ask it > to display the security information of a file on a Windows 2003 server: > > [root@demo5 bin]# ./smbcacls --user=SEITZDNSDOMNAIN\Administrator > //seitzwin2003/Documents test.txt > params.c:OpenConfFile() - Unable to open configuration file > "/root/samba/debug/lib/smb.conf": > No such file or directory > Password: > signing_good: SMB signature check failed on seq 1! > SMB Signature verification failed on incoming packet! > failed session setup with NT_STATUS_LOGON_FAILURE > cli_full_connection failed! (NT_STATUS_LOGON_FAILURE)Can you get me a debug level 10 log of this please ? I'm guessing that for some reason smbcalcs is not obeying the request to turn on sessino signing. Thanks, Jeremy.
Matt Seitz
2003-Aug-21 22:06 UTC
[Samba] Re: smbcacls will not connect to Windows 2003 server
Matt Seitz wrote:> The Samba 3.0-RC1 "smbcacls" utility is reporting an error when I ask it > to display the security information of a file on a Windows 2003 server: > > [root@demo5 bin]# ./smbcacls --user=SEITZDNSDOMNAIN\Administrator > //seitzwin2003/Documents test.txt > params.c:OpenConfFile() - Unable to open configuration file > "/root/samba/debug/lib/smb.conf": > No such file or directory > Password: > signing_good: SMB signature check failed on seq 1! > SMB Signature verification failed on incoming packet! > failed session setup with NT_STATUS_LOGON_FAILURE > cli_full_connection failed! (NT_STATUS_LOGON_FAILURE) >User error. I should have used a forward slash ("/") between "SEITZDNSDOMAIN" and "Administrator": ./smbcacls --user=SEITZDNSDOMNAIN/Administrator //seitzwin2003/Documents test.txt params.c:OpenConfFile() - Unable to open configuration file "/root/samba/debug/lib/smb.conf": No such file or directory Password: REVISION:1 OWNER:BUILTIN\Administrators GROUP:SEITZDNSDOMAIN\Domain Users ACL:NT AUTHORITY\SYSTEM:ALLOWED/0/FULL ACL:BUILTIN\Administrators:ALLOWED/0/FULL ACL:BUILTIN\Administrators:ALLOWED/0/FULL ACL:S-1-5-32-547:ALLOWED/0/CHANGE ACL:BUILTIN\Users:ALLOWED/0/READ