summaryrefslogtreecommitdiff
path: root/docs-xml
diff options
context:
space:
mode:
authorGary Lockyer <gary@catalyst.net.nz>2018-04-23 09:00:54 +1200
committerAndrew Bartlett <abartlet@samba.org>2018-05-16 04:07:16 +0200
commitdfa341c1eb2d952adccce6b8f65d6d2ab02112aa (patch)
tree9584b0171a32f1583ec0d5469c9761ad15393a58 /docs-xml
parent0c6cb4639aba69262a1ad0d098aadb181035e79b (diff)
downloadsamba-dfa341c1eb2d952adccce6b8f65d6d2ab02112aa.tar.gz
smb.conf: Add dsdb group change notification parameter
Signed-off-by: Gary Lockyer <gary@catalyst.net.nz> Reviewed-by: Andrew Bartlett <abartlet@samba.org>
Diffstat (limited to 'docs-xml')
-rw-r--r--docs-xml/smbdotconf/misc/dsdbgroupchangenotification.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/docs-xml/smbdotconf/misc/dsdbgroupchangenotification.xml b/docs-xml/smbdotconf/misc/dsdbgroupchangenotification.xml
new file mode 100644
index 00000000000..2079f5145b2
--- /dev/null
+++ b/docs-xml/smbdotconf/misc/dsdbgroupchangenotification.xml
@@ -0,0 +1,27 @@
+<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). Additionally Samba must be
+ not compiled with the --without-json-audit parameter for this
+ option to be effective.</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>