diff options
author | Philipp Gesang <philipp.gesang@intra2net.com> | 2018-09-25 14:09:18 +0200 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2018-09-26 20:41:07 +0200 |
commit | c98f9971922342cbcfd2f55ca076835ba2305c63 (patch) | |
tree | 75e4c93bdf04a2b75f4bafc4bbfa0e43e2629be5 /docs-xml | |
parent | cb8e61b5234a614c1203db6e5ac55afb7513985d (diff) | |
download | samba-c98f9971922342cbcfd2f55ca076835ba2305c63.tar.gz |
turn --with-json-audit into global --with-json
Fold the build option --with-json-audit into the toplevel wscript
to reflect the fact that JSON support is no longer local to the
audit subsystem.
Signed-off-by: Philipp Gesang <philipp.gesang@intra2net.com>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r-- | docs-xml/smbdotconf/logging/loglevel.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs-xml/smbdotconf/logging/loglevel.xml b/docs-xml/smbdotconf/logging/loglevel.xml index 9a029263070..42912720655 100644 --- a/docs-xml/smbdotconf/logging/loglevel.xml +++ b/docs-xml/smbdotconf/logging/loglevel.xml @@ -56,7 +56,7 @@ <para>Authentication and authorization audit information is logged under the auth_audit, and if Samba was not compiled with - --without-json-audit, a JSON representation is logged under + --without-json, a JSON representation is logged under auth_json_audit.</para> <para>Support is comprehensive for all authentication and authorisation |