[Samba] Re: smbcacls will not connect to Windows 2003 server
Matt Seitz
seitz at metadata-systems.com
Thu Aug 21 22:06:18 GMT 2003
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 at 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
More information about the samba
mailing list