wafsamba: fix pidl dependencies to rebuild on pidl changes
[Samba.git] / docs-xml / smbdotconf / misc / dsdbgroupchangenotification.xml
blob6354979538bdf43ec14f134fd930173ec54ec6f2
1 <samba:parameter name="dsdb group change 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 group membership change
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">dsdb_group_event</filename>.</para>
13         <para>This should be considered a developer option (it assists
14         in the Samba testsuite) rather than a facility for external
15         auditing, as message delivery is not guaranteed (a feature
16         that the testsuite works around).</para>
18         <para>The group events are also logged via the normal
19         logging methods when the <smbconfoption name="log level"/> is
20         set appropriately.</para>
22 </description>
24 <value type="default">no</value>
25 </samba:parameter>