summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2003-06-23 23:02:49 +0000
committerJeremy Allison <jra@samba.org>2003-06-23 23:02:49 +0000
commite4169c57a42beddd6578e489902d78543052eeb2 (patch)
treea317145b1c327ae74b799b58b7f6282842b5b526 /docs
parent951710b60de02e7ed75ba8481b914b0277fdcfb0 (diff)
downloadsamba-e4169c57a42beddd6578e489902d78543052eeb2.tar.gz
samba-e4169c57a42beddd6578e489902d78543052eeb2.tar.bz2
samba-e4169c57a42beddd6578e489902d78543052eeb2.zip
Add documentation for "map acl inherit" parameter.
Jeremy. (This used to be commit a97f25c78591db3f6326610ea62b183fa3b9434d)
Diffstat (limited to 'docs')
-rw-r--r--docs/docbook/smbdotconf/protocol/mapaclinherit.xml17
1 files changed, 17 insertions, 0 deletions
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 @@
+<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>