similar to: Failed to parse ACL smbcacls

Displaying 20 results from an estimated 1000 matches similar to: "Failed to parse ACL smbcacls"

1999 Sep 14
2
MS Exchange
I have a MS Exchange server. I'd like to install a samba server for the users. Does someone know if MS Exchange can validate users in samba ? -- ^-^,-----. mailto:frankie@etsetb.upc.es o o ) http://www.etsetb.upc.es/~frankie Y (_ (__(OOOo
2003 Mar 06
1
Many processes per user
I have a samba server that starts creating a lot of processes for each connected user, until it renders the system unusable. Then restarting samba solves it all. The last time it crashed I saw 10-12 processes per user. The number of processes keeps growing until we restarted samba. Right now it's working but I see there are 25 of smbd from root. That wasn't happening before. I recall
2019 Jul 22
1
[PATCH] MAINTAINERS: Update my email address
Update MAINTAINERS and .mailmap with my @linaro.org address, since I don't have access to my @arm.com address anymore. Signed-off-by: Jean-Philippe Brucker <jean-philippe at linaro.org> --- .mailmap | 1 + MAINTAINERS | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 0fef932de3db..8ce554b9c9f1 100644 --- a/.mailmap +++ b/.mailmap @@
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'
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
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
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
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
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]
2019 Dec 27
2
Setting ACLs with smbcacls fails (partly)
On 27/12/2019 12:59, Chris via samba wrote: > On 25/12/2019 20:04, Rowland penny via samba wrote: > >> On 25/12/2019 16:46, Chris via samba wrote: >>> Hello, >> Merry Christmas > Thanks Rowland! Hope you had a Merry Christmas too >>> The shares of the file server are on the ZFS of the host and mapped >>> via bind-mount. >> >> Ah, that
2009 Feb 02
2
Ticket #282: omindex-assorted-enhancements.patch woes
I would really like to try out the features in the patch above. But I can't ever seem to get the resulting omindex.cc to "make". I tried updating to rev 10801 from the SVN then run /bootstrap but then I seem to get errors compiling everything when I try and do "make" (I'm using ubuntu 8.10). So I thought I'd try an apply the patch to the latest stable version
2005 Oct 14
1
smbcacls add acl fails 3.0.20
Hi all! I have a problem setting ACLs on a remote file on a Windows XP Pro SP2 box. I issue the following command: smbcacls -a 'ACL:BBI-DEV\beakid:ALLOWED/0/0x00100116' -U 'BBI-DEV \Admin' //BBI-DEV/Data /Niva.txt And I get this response from debug level 3. Password: Connecting to host=BBI-DEV Connecting to 192.168.1.124 at port 445 Doing spnego session setup (blob
2005 Oct 17
1
smbcacls add fails 3.0.20a
Hi all! I have a problem setting ACLs on a remote file on a Windows XP Pro SP2 box. I issue the following command: smbcacls -a 'ACL:BBI-DEV\beakid:ALLOWED/0/0x00100116' -U 'BBI-DEV \Admin' //BBI-DEV/Data /Niva.txt And I get this response from debug level 3. Password: Connecting to host=BBI-DEV Connecting to 192.168.1.124 at port 445 Doing spnego session setup (blob
1998 Nov 30
2
A group of users belong to another samba server
Hi. I have a samba server with 3000 users. I want to install another little server with a printer and I want to give access only to a group of users from the main server. [ MAIN ] [SAMBA-SERVER] | | | [little]-printer a group of users from MAIN can print [server] to this server Someone can give me a hint of how can I achieve this easily ? What document should I read ?
2004 Jun 30
3
Support for CENTOS-3.1
Hi, Anyone know if Asterisk and Digium Hardware supports Centos-3.1 which is clone of Redhat Enterprise 3.1 server.? -- Best regards, Frankie (fgravato@cfsdigital.com) mailto:nanog@cfsdigital.com
2016 Nov 24
2
domain member with winbind, slow smbcacls or smbclient listing
Hi, all! When I launch (again and again) smbcacls "//myfileserver/share" "" -U user -W domain or smbclient "//myfileserver/share" -U user -W domain -c "ls", in tcpdump output at myfileserver I see multiple calls to controller via ldap, therefore these commands are executed slowly. When I run getent groups at myfileserver, all worked fine, and tcpdump
2004 Jan 24
2
Sipura 2000 Transmit Issues? No Sound being passed to caller
I've been beating my head for 5 hours to figure out why my asterisk server or sipura isn't passing my voice over to the caller. It seems i can hear the caller but they can't hear me it seems either the asterisk or the sipura isn't passing this information. Here's my setup specs asterisk server 0.7.1 - X100P Card - Sipura 2000 - Nufone Service - Voicepulse
2006 Apr 07
1
smbcacls cannot locate the object of a samba share
Hello smbcacls is not able to locate the object of a share. I've attached a copy of the smb.conf file and the debug output of the smbcacls command. Within XP/NT I'm able to get and set the acls with no problem. Thanks Regards, Komal [global] workgroup = test server string = Samba Server interfaces = eth0, lo bind interfaces only = Yes passdb backend =
1998 Nov 12
1
bug: file time travels when updating
Hi, I think I've found a bug. When I create a file from win95 it's stored in the server with the date of creation. (that's ok) If I update the file from win95 the date of the file changes but it's stored as one hour less than it should be. (not so ok) example: 1.- I create a file at 16:45 $ ls -ld b.txt Nov 12 16:45 b.txt 2.- I update that file one minute