diff options
author | Christof Schmitt <cs@samba.org> | 2014-08-07 12:01:56 -0700 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2014-08-08 00:37:48 +0200 |
commit | 685af0342ea7324086661a506e1d0ee15ab07f16 (patch) | |
tree | 2cb6a75fd80e28acd45acdc0d698b63ad6702328 /docs-xml/manpages | |
parent | 4d9432fd2486ebd157787e9b0318e3901e833367 (diff) | |
download | samba-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.xml | 20 |
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> |