summaryrefslogtreecommitdiffstats
path: root/docs-xml/manpages
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2014-08-07 12:01:56 -0700
committerJeremy Allison <jra@samba.org>2014-08-08 00:37:48 +0200
commit685af0342ea7324086661a506e1d0ee15ab07f16 (patch)
tree2cb6a75fd80e28acd45acdc0d698b63ad6702328 /docs-xml/manpages
parent4d9432fd2486ebd157787e9b0318e3901e833367 (diff)
downloadsamba-685af0342ea7324086661a506e1d0ee15ab07f16.tar.gz
samba-685af0342ea7324086661a506e1d0ee15ab07f16.tar.xz
samba-685af0342ea7324086661a506e1d0ee15ab07f16.zip
doc: Add new parameters to vfs_full_audit man page
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org> Autobuild-User(master): Jeremy Allison <jra@samba.org> Autobuild-Date(master): Fri Aug 8 00:37:48 CEST 2014 on sn-devel-104
Diffstat (limited to 'docs-xml/manpages')
-rw-r--r--docs-xml/manpages/vfs_full_audit.8.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/docs-xml/manpages/vfs_full_audit.8.xml b/docs-xml/manpages/vfs_full_audit.8.xml
index 24545dbea2..875feec49c 100644
--- a/docs-xml/manpages/vfs_full_audit.8.xml
+++ b/docs-xml/manpages/vfs_full_audit.8.xml
@@ -220,6 +220,26 @@
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>full_audit:syslog = BOOL</term>
+ <listitem>
+ <para>If set to true, then send the audit messages to
+ syslog. If set to false, the normal Samba log will be
+ used with a debug level of 1. The default is true.
+ </para>
+ </listitem>
+ </varlistentry>
+
+ <varlistentry>
+ <term>full_audit:log_secdesc = BOOL</term>
+ <listitem>
+ <para>Log security descriptor changes. If set to true,
+ also log security descriptor changes requested by
+ clients. The default is false.
+ </para>
+ </listitem>
+ </varlistentry>
+
</variablelist>
</refsect1>