Displaying 20 results from an estimated 7000 matches similar to: "nt acl inheritance"
2006 Aug 07
3
user.SAMBA_PAI and ACL inheritance
I have just enabled user_xattr on the partition where my samba share is
on. Now when I use getfattr I see the extended attribute user.SAMBA_PAI
on my files. But ACL inheritance isn't taking place...
When I (from within Windows) click on Properties > Security > Advanced
an then enable "Allow inheritable permissions..." on a certain file,
then the attribute user.SAMBA_PAI
2010 Oct 23
2
No ACL inheritance with aclmode=passthrough in onnv-134
Hi list,
while preparing for the changed ACL/mode_t mapping semantics coming
with onnv-147 [1], I discovered that in onnv-134 on my system ACLs are
not inherited when aclmode is set to passthrough for the filesystem.
This very much puzzles me. Example:
$ uname -a
SunOS os 5.11 snv_134 i86pc i386 i86pc
$ pwd
/Volumes/ACLs/dir1
$ zfs list | grep /Volumes
rpool/Volumes 7,00G 39,7G 6,84G
2020 Jan 07
1
ACL inheritance not working as expected.
Hello list!
For some reason ACL inheritance is not working on my FS. Anytime anyone
creates a folder/file under a share, the permissions are not inherited.
My system is a 2DC + a FS running samba 4.10.10. Everything self compiled
running on Debian Buster.
Several shares were created according to
https://wiki.samba.org/index.php/Setting_up_a_Share_Using_Windows_ACLs
By adding the following lines
2020 May 14
0
Default ACL inheritance question
Look at the acl(5) man page and you'll see that the ACCESS CHECK
ALGORITH starts:
IF the effective user ID of the process matches the user ID of the file
object owner ...
ELSE IF the effective user ID of the process matches the qualifier of
any entry of type ACL_USER,
THEN
IF the matching ACL_USER entry and the ACL_MASK entry contain
the requested permissions, access is
2020 May 14
2
Default ACL inheritance question
A bit of a minor off-topic issue, but on the off-chance that someone
understands how ACLs work ...
I've been trying to see if using default ACLs would help with the
following issue:
I have a third party application that is running as a non-root user
('user-a') and creating log files with mode 0600 (read/write only to the
owner) in a log directory
I have another application that
2012 Apr 30
1
question dovecot Inheritance global acl vs userfolder acl
Hi Timo
my tests resulted in
inheritance is given if a userfolder has set some acl to its new created
subfolder , which is nice
if some userfolder has its acl from global acl
there is no inheritance to its new created subfolders,
that subfolders will always created with full owner rights
i am not really sure if its a good idea
to have inheritance from global acl and
if its hackabel what is your
2007 Jan 02
1
ACL inheritance like NTFS?
Hi all,
I will migrate a windows fileserver to a Suse System with XFS-filesystem
and Samba. I will copy the files with the robocopy tool from Microsoft.
I did some test and I noticed that XFS-filesystem does not support
inheritance like NTFS. If there a solution for that problem? How did you
solve that problem?
Thank you!
Richard
2009 Jun 22
1
Dovecot v1.2 ACL inheritance for new subfolders (aka copying ACLs)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Hello,
http://wiki.dovecot.org/ACL mentions:
"Currently there is no ACL inheritance."
However this applies to a folder inherit ACLs to existing subfolders; when
you share a folder and a non-owner creates a sub-folder within, no ACLs
are set, hence, the creator cannot access the new folder. Could the
"create mailbox"-process
2019 Jun 11
0
Problems with inconsistent ACL inheritance and permissions after Samba upgrade
On 11/06/2019 10:34, Sebastian Arcus via samba wrote:
> I've just upgraded a Samba AD server to 4.10.2 a few weeks ago from
> 4.x (I'm afraid I'm not sure the exact earlier version) - and since
> then I just haven't managed to pin down the file permissions and
> inheritance on the shares as it's been constantly causing issues. This
> server is both a file
2019 Jun 11
0
Problems with inconsistent ACL inheritance and permissions after Samba upgrade
On 11/06/2019 11:38, Sebastian Arcus via samba wrote:
>
> On 11/06/19 11:07, Rowland penny via samba wrote:
>> On 11/06/2019 10:34, Sebastian Arcus via samba wrote:
>>> I've just upgraded a Samba AD server to 4.10.2 a few weeks ago from
>>> 4.x (I'm afraid I'm not sure the exact earlier version) - and since
>>> then I just haven't managed to
2019 Jun 13
0
Problems with inconsistent ACL inheritance and permissions after Samba upgrade
On Thu, Jun 13, 2019 at 05:54:39PM +0100, Sebastian Arcus via samba wrote:
> > > spite of the fact that the parent dir has full permissions for
> > > "Domain Users" (on the Windows side).
> >
> > Ok - I might have at least a partial answer. Somehow the default mask in
> > Samba still seems to be obeyed - even in AD mode. It seems to lack by
> >
2018 Mar 19
1
Dealing with permission inheritance for CIFS Windows and NFS Linux clients accessing same data
How can I best handle file & directory permissions & inheritance when
accessing the same data on a remote server from Windows clients through
a CIFS share and Linux clients through an NFS export?
I have Samba AD working and I believe Winbind is working because when I
check permissions from the command line, whether locally on the server
or a remote Linux client, with ls, getfacl,
2008 Nov 04
3
3.2.4 ACL inheritance trouble
Hi,
Since 3.2.4 (maybe earlier, but I doubt it), one important feature does
not work anymore for me:
I cannot break ACL inheritance anymore in the Windows ACL editor. With
previous Samba versions, I entered the "Advanced" dialog of the Windows
ACL editor and unchecked the flag "Inherit from parent the permission
entries that apply to child objects. Include these with entries
2008 Nov 27
1
Inheritance of ACLs with Samba
Hello dear list members
I am not an experienced user of Samba, so I can be committing some basic
mistake, but it seems to me that there is something wrong with the way
Samba propagates ACLs. I tried versions 3.0.32 and 3.2.4 and the result
is the same. This happens with "map acl inherit = yes" on smb.conf.
I have a directory (dir) with the following ACLs:
# file: dir
USER Admin
2002 Nov 05
1
function showMethods and inheritance
Hi,
The following question might come from my (deep) misunderstanding
of the concepts in the package 'methods'.
I have a class 'A', and a class 'B' inheriting 'A' (so defined
with 'setClass' and the parameter 'contains="A"'. The class
A has a method 'mymethod'. A call to 'showMethods("mymethod")'
return the
2019 Jun 11
0
Problems with inconsistent ACL inheritance and permissions after Samba upgrade
On 11/06/2019 13:13, Sebastian Arcus via samba wrote:
>
> On 11/06/19 11:49, Rowland penny via samba wrote:
>> On 11/06/2019 11:38, Sebastian Arcus via samba wrote:
>>>
>>> On 11/06/19 11:07, Rowland penny via samba wrote:
>>>> On 11/06/2019 10:34, Sebastian Arcus via samba wrote:
>>>>> I've just upgraded a Samba AD server to 4.10.2 a
2009 Sep 02
1
Question on CreateProcess and handle inheritance
Hi,
I just wanted to make sure that I''m not confused by Michael Buselli''s
comment and patch. As far as I can tell, if you set the bInheritHandle
in the SECURITY_ATTRIBUTES structure that''s passed to CreateProcess to
true, it''s the same as calling SetHandleInformation(handle,
HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT) after the fact.
CreateProcess:
2007 Nov 23
0
Strange Inheritance of folder rights in Version 3.026a
Assume folder hierarchy /service/f1/f2/f3.
I have initially disabled acl inheritance in smb.conf for "service".
Neither folder service,f1,f2,f3 has the right "Inherit rights from
parent" set.
(I had to translate the Windows-check-boxes' texts, I hope that it is
possible to follow my actions)
(A) Now I apply the property "Inherit rights from parent" to folder f2.
2019 Jun 11
0
Problems with inconsistent ACL inheritance and permissions after Samba upgrade
On 11/06/19 14:54, Sebastian Arcus via samba wrote:
>
> On 11/06/19 13:29, Rowland penny via samba wrote:
>> On 11/06/2019 13:13, Sebastian Arcus via samba wrote:
>>>
>>> On 11/06/19 11:49, Rowland penny via samba wrote:
>>>> On 11/06/2019 11:38, Sebastian Arcus via samba wrote:
>>>>>
>>>>> On 11/06/19 11:07, Rowland penny
2012 Jun 14
0
Reference class inheritance using matrix/array class
Hi,
I'm investigating converting some S4 classes to reference classes
and have a question about inheritance. The primary data structure for
the original S4 class is a 3-d array. Using the "contains" parameter
when defining the class permits me to inherit all of the
array-related methods. Of particular utility for me is the ability to
access the array via [] indexing. It all works