1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

docs: Remove mention of --without-json-audit from the AD DC

This is no longer optional for the AD DC.

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2018-07-12 11:56:40 +12:00
parent 5a3690a48f
commit d55b1dc1be
4 changed files with 6 additions and 15 deletions

View File

@ -74,18 +74,15 @@
</itemizedlist>
<para>Changes to the sam.ldb database are logged
under the dsdb_audit, and if Samba was not compiled with
--without-json-audit, a JSON representation is logged under
under the dsdb_audit and a JSON representation is logged under
dsdb_json_audit.</para>
<para>Password changes and Password resets are logged under
dsdb_password_audit, and if Samba was not compiled with
--without-json-audit, a JSON representation is logged under the
dsdb_password_audit and a JSON representation is logged under the
dsdb_password_json_audit.</para>
<para>Transaction rollbacks and prepare commit failures are logged under
the dsdb_transaction_audit, and if Samba was not compiled with
--without-json-audit, a JSON representation is logged under the
the dsdb_transaction_audit and a JSON representation is logged under the
password_json_audit. Logging the transaction details allows the
identification of password and sam.ldb operations that have been rolled
back.</para>

View File

@ -13,9 +13,7 @@
<para>This should be considered a developer option (it assists
in the Samba testsuite) rather than a facility for external
auditing, as message delivery is not guaranteed (a feature
that the testsuite works around). Additionally Samba must be
not compiled with the --without-json-audit parameter for this
option to be effective.</para>
that the testsuite works around).</para>
<para>The Samba database events are also logged via the normal
logging methods when the <smbconfoption name="log level"/> is

View File

@ -13,9 +13,7 @@
<para>This should be considered a developer option (it assists
in the Samba testsuite) rather than a facility for external
auditing, as message delivery is not guaranteed (a feature
that the testsuite works around). Additionally Samba must be
not compiled with the --without-json-audit parameter for this
option to be effective.</para>
that the testsuite works around).</para>
<para>The group events are also logged via the normal
logging methods when the <smbconfoption name="log level"/> is

View File

@ -13,9 +13,7 @@
<para>This should be considered a developer option (it assists
in the Samba testsuite) rather than a facility for external
auditing, as message delivery is not guaranteed (a feature
that the testsuite works around). Additionally Samba must be
not compiled with the --without-json-audit parameter for this
option to be effective.</para>
that the testsuite works around).</para>
<para>The password events are also logged via the normal
logging methods when the <smbconfoption name="log level"/> is