summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/misc/dsdbgroupchangenotification.xml
blob: 6354979538bdf43ec14f134fd930173ec54ec6f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<samba:parameter name="dsdb group change notification"
                 context="G"
                 type="boolean"
                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
	<para>When enabled, this option causes Samba (acting as an
	Active Directory Domain Controller) to stream group membership change
	events across the internal message bus.  Scripts built using
	Samba's python bindings can listen to these events by
	registering as the service
	<filename moreinfo="none">dsdb_group_event</filename>.</para>

	<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).</para>

	<para>The group events are also logged via the normal
	logging methods when the <smbconfoption name="log level"/> is
	set appropriately.</para>

</description>

<value type="default">no</value>
</samba:parameter>