s4:torture: Initialize struct cldap_netlogon
[Samba.git] / docs-xml / smbdotconf / logon / autheventnotification.xml
blob87ccf02a8f4139e39060f136da09f8a8b1263325
1 <samba:parameter name="auth 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 authentication
8         events across the internal message bus.  Scripts built using
9         Samba's python bindings can listen to these events by
10         registering as the service
11         <filename moreinfo="none">auth_event</filename>.</para>
13         <para>This is <emphasis>not</emphasis> needed for the audit
14         logging described in <smbconfoption name="log level"/>.</para>
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>
21         <para>The authentication 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">auth_json_audit:3</command>.</para>
26 </description>
28 <value type="default">no</value>
29 </samba:parameter>