similar to: How to set up a simple file server with full ACL support?

Displaying 20 results from an estimated 20000 matches similar to: "How to set up a simple file server with full ACL support?"

2024 May 23
2
How to set up a simple file server with full ACL support?
On Thu, May 23, 2024 at 09:42:53AM +1200, Andrew Bartlett via samba wrote: >After 23 years answering questions here, I figure it might be time for >me to ask one. > >As mentioned here: >https://lists.samba.org/archive/samba-technical/2024-May/138969.html I >am working with a client to improve a Go SMB client library. > >They want to manipulate ACLs on SMB, which is a very
2024 May 24
1
How to set up a simple file server with full ACL support?
On Wed, 2024-05-22 at 21:05 -0700, Jeremy Allison wrote: > On Thu, May 23, 2024 at 09:42:53AM +1200, Andrew Bartlett via samba > wrote: > > After 23 years answering questions here, I figure it might be time > > for > > me to ask one. > > > > As mentioned here: > > https://lists.samba.org/archive/samba-technical/2024-May/138969.html > > I > >
2024 May 24
1
How to set up a simple file server with full ACL support?
On Fri, 24 May 2024 20:58:02 +1200 Andrew Bartlett via samba <samba at lists.samba.org> wrote: > On Wed, 2024-05-22 at 21:05 -0700, Jeremy Allison wrote: > > On Thu, May 23, 2024 at 09:42:53AM +1200, Andrew Bartlett via samba > > wrote: > > > After 23 years answering questions here, I figure it might be time > > > for > > > me to ask one. > >
2024 May 23
1
How to set up a simple file server with full ACL support?
In LXC containers for ACLs to work they can?t be ?unprivileged?. LP On 23 May 2024 at 05:06 +0100, Jeremy Allison via samba <samba at lists.samba.org>, wrote: > On Thu, May 23, 2024 at 09:42:53AM +1200, Andrew Bartlett via samba wrote: > > After 23 years answering questions here, I figure it might be time for > > me to ask one. > > > > As mentioned here: > >
2016 Apr 30
3
Multi tenancy and/or Hosted AD like solution
On Mon, 2016-04-18 at 09:18 -0700, Jeremy Allison wrote: > On Mon, Apr 18, 2016 at 03:39:02PM +0200, D Grealish wrote: > > Hi, > > I've been doing some research and testing into implementing SAMBA 4 > > as a > > AD/DC role for offering "AD as a service" to various small > > companies, I've > > been testing SAMBA out in various different
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 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
2023 Nov 16
1
emulate ARM ?
On Nov 14, 2023, at 13:44, lejeczek via CentOS <centos at centos.org> wrote: > > How do you emulate AMR arch With QEMU: $ uname -r 5.14.0-284.30.1.el9_2.x86_64 $ sudo dnf install qemu-user-static-aarch64 $ docker pull --platform=linux/arm64 tangentsoft/iperf3 $ docker export $(docker create --name iperf3 tangentsoft/iperf3) > iperf3.tar $ tar xf iperf3.tar $ file bin/iperf3
2016 Apr 18
3
Multi tenancy and/or Hosted AD like solution
Hi, I've been doing some research and testing into implementing SAMBA 4 as a AD/DC role for offering "AD as a service" to various small companies, I've been testing SAMBA out in various different configurations and wondering if SAMBA in AD/DC role if it's possible to segment in such a way some requirements: - Windows 10 support, e.g SMB3 - AD tree segmentation so that one
2005 Feb 28
4
ACL Question [Repost]
OK so I've got samba-3.0.11 compiled with ACL support. I've running 2.4.25 with the ACL/ATTR patch applied. I can read and set ACLS's using the getfacl/setfacl programs. ldd /usr/sbin/smbd shows it's linked to libattr.so.1 and libacl.so.1. I can read ACL with the smbcacls program, but when I try to set them I get: ERROR: Unable to open credentials file! Also from the
2018 Mar 24
2
samba 4.7->4.8 in place upgrade
On Fri, 2018-03-23 at 10:44 -0400, lingpanda101 via samba wrote: > > Andrew in another topic discussed the issue. See below. > > "This is the failed re-index thing we had brought up by a number of > other posters late last week. I'll be working on that today. > > Run the sambaundoguidindex script and stay with 4.7 for now until I can > fix it. A patch for
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
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'
2018 Apr 09
1
samba 4.7->4.8 in place upgrade
Hi Alexis, > > Any updates or schedule planed for this? I guess on the 26 of April, cf. https://wiki.samba.org/index.php/Release_Planning_for_Samba_4.8 Cheers, Denis > > 2018-03-24 5:04 GMT+03:00 Andrew Bartlett via samba <samba at lists.samba.org>: > >> On Fri, 2018-03-23 at 10:44 -0400, lingpanda101 via samba wrote: >>> >>> Andrew in another
2016 Mar 08
6
Fetching ACL data from extended attributes
A Samba server I've configured uses the VFS acl_xattr module to support Windows ACLs. I'd like to view the ACL data, in as raw a state as possible, but also in a human readable format. Is there an existing utility that does that? If not, and I need to write an application to accomplish it, which APIs would you recommend (and on which attributes)? Thanks,Steve Tice
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
2019 Jul 03
2
Container setup?
On 7/3/19 8:21 AM, Sven Schwedas via samba wrote: > Though I'm not sure if docker is the right tool for the job; samba as a > fat daemon running a bazillion subprocesses orchestrated by a persistent > database that's very sensitive to instances leaving and joining the > domain seems the antithesis to docker's philosophy. > Docker would be a terrible choice for this;
2004 Aug 01
1
Preserving ACLs on files when copying from NT4 server to Samba 3.0.5 server
Hi guys. I'm running: Mandrake 9.2 Kernel 2.4.22-30mdk XFS file system Samba 3.0.5 plus patches for bugs 1315, 1319 and 1345 (self compiled) OpenLDAP 2.1.22-5mdk smbldap-tools 0.8.5 I was able to join the Samba to the NT PDC as a BDC and vampire without issue. I have setup duplicate shares on Samba and am trying to copy over the data from NT. I have tried scopy, xcopy and copying via
2018 Mar 19
2
Fwd: Re: Erro Upgrade Samba 4.6.3 to 4.8
On Mon, 2018-03-19 at 16:55 +0000, Rowland Penny via samba wrote: > On Mon, 19 Mar 2018 13:17:41 -0300 > Carlos via samba <samba at lists.samba.org> wrote: > > > Hi > > > > I dot used distro packages, i compilated samba. > > Okay > > > > > 1° - Stop samba > > > > 2° - Donwload version 4.8.0 > > > > 3 ° I executed
2018 Apr 09
0
samba 4.7->4.8 in place upgrade
Hello, Any updates or schedule planed for this? 2018-03-24 5:04 GMT+03:00 Andrew Bartlett via samba <samba at lists.samba.org>: > On Fri, 2018-03-23 at 10:44 -0400, lingpanda101 via samba wrote: > > > > Andrew in another topic discussed the issue. See below. > > > > "This is the failed re-index thing we had brought up by a number of > > other posters