diff options
author | Ralph Boehme <slow@samba.org> | 2015-03-25 15:09:02 +0100 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2015-05-08 18:38:14 +0200 |
commit | 1b8a0e6a26bc212905a160c32b936ef0ea24c0b2 (patch) | |
tree | e917cddfe032116bd981d87f8a4db10edd0d2c3c /docs-xml | |
parent | 684c7116657c81d0d5000c76982310374c41c612 (diff) | |
download | samba-1b8a0e6a26bc212905a160c32b936ef0ea24c0b2.tar.gz |
vfs_fruit: add option "nfs_aces" that controls the NFS ACEs stuff
Bug: https://bugzilla.samba.org/show_bug.cgi?id=11213
Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/manpages/vfs_fruit.8.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_fruit.8.xml b/docs-xml/manpages/vfs_fruit.8.xml index a9e2e6d2a54..4e296a42130 100644 --- a/docs-xml/manpages/vfs_fruit.8.xml +++ b/docs-xml/manpages/vfs_fruit.8.xml @@ -188,6 +188,15 @@ </listitem> </varlistentry> + <varlistentry> + <term>fruit:nfs_aces = yes | no</term> + <listitem> + <para>Whether support for querying and modifying the + UNIX mode of directory entries via NFS ACEs is enabled, + default <emphasis>yes</emphasis>.</para> + </listitem> + </varlistentry> + </variablelist> </refsect1> |