From e4169c57a42beddd6578e489902d78543052eeb2 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 23 Jun 2003 23:02:49 +0000 Subject: Add documentation for "map acl inherit" parameter. Jeremy. (This used to be commit a97f25c78591db3f6326610ea62b183fa3b9434d) --- docs/docbook/smbdotconf/protocol/mapaclinherit.xml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/docbook/smbdotconf/protocol/mapaclinherit.xml diff --git a/docs/docbook/smbdotconf/protocol/mapaclinherit.xml b/docs/docbook/smbdotconf/protocol/mapaclinherit.xml new file mode 100644 index 0000000000..5b8ed7f656 --- /dev/null +++ b/docs/docbook/smbdotconf/protocol/mapaclinherit.xml @@ -0,0 +1,17 @@ + + + This boolean parameter controls whether smbd + 8 will attempt to map the 'inherit' and 'protected' + access control entry flags stored in Windows ACLs into an extended attribute + called user.SAMBA_PAI. This parameter only takes effect if Samba is being run + on a platform that supports extended attributes (Linux and IRIX so far) and + allows the Windows 2000 ACL editor to correctly use inheritance with the Samba + POSIX ACL mapping code. + + + Default: map acl inherit = no + + -- cgit