Displaying 20 results from an estimated 11000 matches similar to: "Samba 3.6 directory ACLs"
2006 Oct 12
5
DTrace Feature set
Hi All,
Can someone help me in getting info about specific dtrace features introduced in individual S10 updates like U1,U2,U3 etc...
This message posted from opensolaris.org
2010 Sep 07
1
Samba compile docs
I am interested in compiling Samba 4 and trying the advanced features. I
followed the instructions on samba.org to build and compile, though I get
the error: failed program.confdefs.h. I have run into this error before,
and looking over config log, I see that the build does not see many of the
dependencies.
Can I modify the build to point to the required files, or at least trace the
source
2014 Feb 18
1
Keeping shares when upgrading to Samba 4
I am upgrading a Samba 3.6 to 4 and wanted to keep my shares and files from the previous version. Will I be able to maintain file metadata in the switch?
Sent from my iPhone
2011 Nov 23
2
VFS ACL modules - question to developers
Hi!
I have few question to developers of VFS ACL modules (acl_tdb and acl_xattr):
1. Do you plan to extend quantity of entries in acl_tdb (now I can write 22 user ACLs plus CREATOR OWNER, CREATOR GROUP, domain users and everyone)
2. Do you plan to fix few ACLs eg. Traverse folder / Execute file (to traverse I need to enable additional permission List folder / read data to traverse through
2013 May 13
3
ZFS on Linux + ACLs
Hello,
Does anyone test ZFS on Linux and ACLs?
I can't setup POSIX ACLs and any extended even using acl_xattr or
acl_tdb.
Is any way to use ACLs with ZFS on Linux (Samba 3 or 4)?
Best regards
/Adrian Berlin
--
2010 Mar 24
3
call trace when using acl_tdb module
Hello,
When I am using module acl_tdb and I am trying to get access to directory I am getting call trace in log.ip
Best regards!
/Adrian Berlin
===============================================================
[2010/03/24 13:54:05.295901, 0] lib/fault.c:47(fault_report)
INTERNAL ERROR: Signal 11 in pid 15556 (3.5.1)
Please read the Trouble-Shooting section of the Samba3-HOWTO
[2010/03/24
2017 Mar 27
2
Samba 4.5.7 breaks my smb-servers on Fedora 25
Hai
An other possible workaround,
You can also try to add the vfs object in the share share its needed.
In you global settings :
allow insecure wide links = yes
unix extensions = no
in the share, there where needed.
vfs objects = (yourneeded vfs_objects) and wide links = yes
vfs object is normaly set in the share not global.
At least thats was `man smb.conf` is telling me.
The
2020 Feb 27
6
net ADS join MEMBER
In some spare time, been trying to get Samba 4.10.6-1 working on AIX.
Several earlier posts handled by Louis and Rowland. Which were much
appreciated and beneficial.
Using this stripped (leaving comments out of it) GLOBALS section of
smb.conf:
[global]
workgroup = boost
realm = BOOST.COM
server string = Samba Server Version %v
interfaces = lo eth0
2011 Jul 27
1
VFS Objects Recycle questions
I have a need to setup the recycle vfs object on our server.
On my test server, I have all of the shares on a single drive and have put
the following into each share:
vfs_objects = recycle
recycle:repository = [Actual Path and Partition that the share is located]
recycle:directory_mode = 770
recycle:keeptree = Yes
recycle:touch_mtime = Yes
recycle:versions = Yes
It works like a charm. All
2023 Jan 14
2
Is "vfs objects = acl_tdb" allowed?
Hi,
I had issues using"vfs objects = acl_xattr" (possibly too old version
[Version 4.13.13-Debian] for the needed "acl_xattr:security_acl_name =
user.samba" option needed if running in a non-priv container). So I
tried "vfs objects = acl_tdb" and found it working.
In https://wiki.samba.org/index.php/File_System_Support I found:
File systems without xattr support
2013 Jan 11
2
Switching between
My organization is in the position of having to support full
Windows ACLs on CIFS shares. We've been successfully utilizing
Samba 3.5.10-125 and vfs_acl_tdb to accomplish that. However,
the size of the resulting
/var/lib/samba/state/file_ntacls.tdb[.unique-extension] file(s)
has introduced some new problems for me to solve.
In our environment, it seems on average each stored ACL causes
2015 Nov 17
4
CTDB and glusterfs
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
I'm trying to setup a CTDB-Cluster together with GLusterFS. GlusterFS
is running great. CTDB can connect to the gluster-volume. I can store
files, using Windows or Linux, and set new acls on the commandline of
the cluster. BUT as soon as I try to set permissions via windows it
fails with "the request is not supported" I use
2017 Jan 07
2
frequent core dumps (invalid lock_order?)
Hi Rowland,
Thanks for taking the time to look at this. I will post the log 10 output a bit later. Btw, what logs with log level 10 are you interested in?
Here’s my samba config with sensitive info replaced with placeholders:
[global]
access based share enum = yes
browseable = yes
comment = <COMMENT>
create mask = 0660
directory mask =
2015 Nov 17
1
CTDB and glusterfs (solved)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
To show what we did here the entry in /etc/fstab:
knoten-01:/gv0 /glusterfs glusterfs defaults,_netdev,acl,selinux 0 0
Am 17.11.2015 um 18:22 schrieb Michael Adam:
> We just analyzed the situation together, and the solution is that
> in order to access security.FOOBAR xattrs on the gluster fuse
> mount, you have to specify the
2018 Feb 23
2
R: Missing 'security' tab
ah... ok, now i understand.
So you have a small difference between these to servers.
My first guess would be something with vfs_objects. Wrong orders might hide the security tab in windows.
Your setting up windows ACL's.
Remove all posix related setttings from smb.conf ( im asking Rowland for support here, because om on holiday in 20 min ) :-P :-)) ...
All you need for a windows
2020 Mar 26
0
net ADS join MEMBER
On 26/03/2020 20:08, Bob Wyatt wrote:
> From: Rowland penny <rpenny at samba.org>
> Sent: Saturday, February 29, 2020 8:48 AM
> To: sambalist <samba at lists.samba.org>
> Subject: Re: [Samba] net ADS join MEMBER
>
> On 28/02/2020 23:22, Bob Wyatt wrote:
>> Hi, Rowland,
>>
>> Joined the domain successfully.
>> Winbindd and smbd started without
2009 Mar 08
1
acl_xattr vs. acl_tdb
Hello all
I am now experimenting with samba 3.3.0 and acl_xattr. I can see that
there is another method of storing Windows ACLs: acl_tdb.
Can someone here tell me something about the relative merits and
demerits of those two methods?
I am using CenttOS with an ext3 filesystem.
Thank you!
2010 Mar 02
1
acl_tdb backup
Hello,
What is simplest way to backup/restore acl's if using acl_tdb module?
Thanks.
2023 Aug 21
1
DFS questions...
On Mon, 21 Aug 2023 19:02:46 +0200
Kees van Vloten via samba <samba at lists.samba.org> wrote:
>
> On 21-08-2023 18:17, Joachim Lindenberg wrote:
> > Hi Kees,
> > Thanks once more. To be precise:
> > - you are running this on DCs?
> Yes
> > - no links required as on the wiki page?
>
> No, there are 2 ways of configuring it, the wiki has the symlink