similar to: smbcacls -- ERROR: unable to open credentials file!

Displaying 20 results from an estimated 60000 matches similar to: "smbcacls -- ERROR: unable to open credentials file!"

2019 Dec 25
3
Setting ACLs with smbcacls fails (partly)
Hello, I'm running a PDC and a secondary DC in privilegded lxc containers and try to setup a fileserver in an unprivileged lxc container. The shares of the file server are on the ZFS of the host and mapped via bind-mount. I've got the problem, that I get error messages when setting the ACLs of a samba share either via the Windows explorer or using the smbcacls command. On Windows
2003 Feb 12
3
Failed to parse ACL smbcacls
I'm trying to set up a Samba server with ACLS. Versions: - xfs in kernel-2.4.20. - samba-2.2.7a compiled with ACL support I'm trying first with smbcacls. But I can't manage to guess the syntax of the ACL command. I want the user "frankie" could RWX a file owned by "javi" #smbcacls //localhost/public te1st.txt -A ACL:frankie:0/0/RWX -U javi Failed to parse ACL
2013 Sep 09
0
Where does the info of smbcacls comes from?
hi. sorry for the "dumb" question, but I'm failing to figure out where the information printed by smbcacls come from. I have a 3.4.x server with basic settings, few shares and not much more. Share's access is controlled by unix file permissions. Filesystem has "acl" enabled, but no acl set up, so the standard unix permissions are being used. Still I have problem for a
2011 Jun 02
0
Unable to change owner of the file through smbcacls
I am able to change owner from User1 to Administrator at Domain Controller/active-directory machine. And after that from linux box, using smbcacls -C DOMAIN\\User1 ...... command I am able to change owner from Administrator --> User1. But changing owner from User1 to Administrator using smbcacls is not working.   User1 is in Domain admins, Administrators , backup operators
2005 Feb 17
1
REPOST: smbcacls question
Since I never received a reply, I am reposting this earlier post: I am trying to run the following command and keep getting the same error. My question is is there a problem with my command or is this possibly an issue with Samba smbcacls -d test_file -A ACL:DOMAIN\username:ALLOWED/0/CHANGE -U username Here is the error: debug_parse_params: unrecognized debug class name or format [test_file]
2017 Jun 08
0
smbcacls got error NT_STATUS_NETWORK_NAME_DELETED
On Thu, Jun 08, 2017 at 09:23:50AM -0700, Andy Qian via samba wrote: > Hi, all, > > we run smbcacls tool from linux machine to set file permissions on > windows server. > > here is our environment: > > > Linux machine: Ubuntu 14.04 LTS, kernel version 3.13.0-112-generic > > Samba version: 4.3.11 > > Windows machine: Windows server 2012 > > >
2017 Jun 08
4
smbcacls got error NT_STATUS_NETWORK_NAME_DELETED
Hi, all, we run smbcacls tool from linux machine to set file permissions on windows server. here is our environment: Linux machine: Ubuntu 14.04 LTS, kernel version 3.13.0-112-generic Samba version: 4.3.11 Windows machine: Windows server 2012 the cmd we run is something like following: /usr/bin/smbcacls -U 'Domain\Administrator'%'pwd' '//win_server/testshare'
2002 May 15
1
Permission problems with samba 2.2.x
Hello, Sometimes I have to create and use Navision Databases on samba shares - this works with samba 2.0.x but does not with samba 2.2.x (tried 2.2.3a and 2.2.4). The following tests were done with a acl enabeled samba and an acl aware kernel/filesystem, but I also have done these tests with acl not compiled into samba on an host without acl in the kernel - same result, does not work, same
2004 Aug 20
1
smbcacls syntax eludes me (perhaps)
(Is this the right place to post such question?) I can't seem to grasp the right syntax for smbcacls This is a 306rc2, security=user system w/ passwords set via smbpasswd, and smbclient gives expected r/w behavior.I've seen the same on a 302a security=domain or ads system (I believe), which is why I think I'm misinterpreting something (or is smbcacls broken??) -- or what
2017 Jun 09
0
smbcacls got error NT_STATUS_NETWORK_NAME_DELETED
On Thu, Jun 08, 2017 at 02:40:49PM -0700, Jeremy Allison wrote: > On Thu, Jun 08, 2017 at 06:43:34PM +0200, Ralph Böhme via samba wrote: > > Hi Andy, > > > > On Thu, Jun 08, 2017 at 09:23:50AM -0700, Andy Qian via samba wrote: > > > The smbcacls cmd worked before till recently. Due to the recent Windows > > > patch which disables SMB v1, we have to add the
2010 May 10
0
domain not showing up with smbcacls
I have installed Samba 3.5.2 and setup the service as a Domain member server, NT-4 style. Everything appears to be working just fine (NSS winbind is installed). The only problem is that the output from smbcacls when contacting this Samba server does not include the domain to which the server is joined. When I use smbcacls to test out an existing Windows server, the domain name is appended in
2002 Dec 18
0
Speed of smbcacls?
Hi all, I'm using the smbcacls command to query a W2k server from a Linux Samba 2.2.7a client. (This is for the script that I'm writing, which I will post soon - I know at least one person was interested...) It all works fine, but it's very slow - it takes about 1 second per file. "Very" in this case is relative, but since I intend to run it on ~150k files... I've
2017 Jun 08
4
smbcacls got error NT_STATUS_NETWORK_NAME_DELETED
On Thu, Jun 08, 2017 at 06:43:34PM +0200, Ralph Böhme via samba wrote: > Hi Andy, > > On Thu, Jun 08, 2017 at 09:23:50AM -0700, Andy Qian via samba wrote: > > The smbcacls cmd worked before till recently. Due to the recent Windows > > patch which disables SMB v1, we have to add the following line into the > > [global] section in smb.conf file on Linux machine so that
2013 Nov 28
4
Bulk smbcacls calls
I want to get ACLs (output similar to that of smbcacls) for a *lot* of files (potentially millions). I can only process about 10 files per second when running the command (`smbcacls -U ...` via a Python wrapper), I'm looking for a faster way. Does anyone know any libraries or other commands that could help me? Failing that, I assume that much of the time taken is spent on authenticating
2020 May 12
1
Does it have any ways to use smbcacls in NFS ?
Hi all, I have an issue for setting windows acl using smbcacls command under NFS mount folder, but smbcacls seems to not work. And the error was showed by ERROR: security descriptor set failed: NT_STATUS_NOT_SUPPORTED. I wonder to know if other ways to set security.NTACL attribute in NFS. Thank you, Jeremy
2004 Jun 11
0
"credentials check wrong" only with Windows NT4 Clients
Hi, we tried to migrate an NT4 Domain to Samba3.0.4. We took the easy aproach and started to dump the NT PW Database with "pwdump" and the groups with "addusers" which were used to build the initial LDAP DB for the Samba Server. The SID was set and the Samba PDC was started as a replacement for the NT one. Loggin on to the Domain with Windows 200x and XP machines works
2003 Aug 21
2
smbcacls will not connect to Windows 2003 server
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
2003 Nov 28
0
ACL on a directory
I'm using gentoo-1.4 and Samba 3.0 pdc. And i have problems with display and change of rights of access to directories. My system: Kernel 2.4.20-gentoo-r8 (File systems-> POSIX Access Control Lists it is included), Root file system - reiserfs, shared folders are on ext3 which is mounted with an option acl samba it is compiled with options " - with-acl-support - with-winbind -
2015 Aug 10
0
strange default share ACLS's, where do they come from?
Hi everyone, I have a Samba 4.2.3 PDC server with some shares on it. If I create a new share, it immediately has some strange ACL's. Could anyone tell me where these come from? Example: root at corrumpeer:/# cat <<EOF>>/etc/samba/smb.conf [test3] path = /tmp/test3 EOF root at corrumpeer:/# mkdir /tmp/test3 root at corrumpeer:/# chown root:users /tmp/test3 root at
2005 Dec 10
0
Unable to create folders
Hi. I'd like some help trying to troubleshoot a permissions issue on my system if you folks don't mind. I'm sure it's just a small thing - but another pair of eyes may help me locate the issue. My platform is Solaris 10 running on a Sun Fire V440. I'm running Samba 3.0.21RC2 compiled with Sun Studio 11. Here is how it is configured.. --prefix=/usr/local --sysconfdir=/etc