s4/torture: Remove already existing test_dir
[samba.git] / docs-xml / smbdotconf / misc / dsdbpasswordeventnotification.xml
1 <samba:parameter name="dsdb password event notification"
2                  context="G"
3                  type="boolean"
4                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
5 <description>
6         <para>When enabled, this option causes Samba (acting as an
7         Active Directory Domain Controller) to stream password change
8         and reset events across the internal message bus.
9         Scripts built using Samba's python bindings can listen to these
10         events by registering as the service
11         <filename moreinfo="none">password_event</filename>.</para>
12
13         <para>This is <emphasis>not</emphasis> needed for the audit
14         logging described in <smbconfoption name="log level"/>.</para>
15
16         <para>Instead, this should instead be considered a developer
17         option (it assists in the Samba testsuite) rather than a
18         facility for external auditing, as message delivery is not
19         guaranteed (a feature that the testsuite works around).</para>
20
21         <para>The Samba database events are also logged via the normal
22         logging methods when the <smbconfoption name="log level"/> is
23         set appropriately, say to
24         <command moreinfo="none">dsdb_password_json_audit:5</command>.</para>
25
26 </description>
27
28 <value type="default">no</value>
29 </samba:parameter>