Add documentation for "map acl inherit" parameter.
authorJeremy Allison <jra@samba.org>
Mon, 23 Jun 2003 23:02:49 +0000 (23:02 +0000)
committerJeremy Allison <jra@samba.org>
Mon, 23 Jun 2003 23:02:49 +0000 (23:02 +0000)
Jeremy.
(This used to be commit a97f25c78591db3f6326610ea62b183fa3b9434d)

docs/docbook/smbdotconf/protocol/mapaclinherit.xml [new file with mode: 0644]

diff --git a/docs/docbook/smbdotconf/protocol/mapaclinherit.xml b/docs/docbook/smbdotconf/protocol/mapaclinherit.xml
new file mode 100644 (file)
index 0000000..5b8ed7f
--- /dev/null
@@ -0,0 +1,17 @@
+<samba:parameter name="map acl inherit"
+                 context="S"
+                 advanced="1" wizard="1"
+                 xmlns:samba="http://samba.org/common">
+<listitem>
+    <para>This boolean parameter controls whether <citerefentry><refentrytitle>smbd</refentrytitle>                                       
+    <manvolnum>8</manvolnum></citerefentry> 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.
+    </para>
+               
+    <para>Default: <command moreinfo="none">map acl inherit = no</command></para>
+</listitem>
+</samba:parameter>