doc: Add new parameters to vfs_full_audit man page
authorChristof Schmitt <cs@samba.org>
Thu, 7 Aug 2014 19:01:56 +0000 (12:01 -0700)
committerJeremy Allison <jra@samba.org>
Thu, 7 Aug 2014 22:37:48 +0000 (00:37 +0200)
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

docs-xml/manpages/vfs_full_audit.8.xml

index 24545dbea296e03ae0095df89876e8be46ef0910..875feec49cad20d33c5212d4024104179dd233cb 100644 (file)
                 </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>