]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
docs:smbdotconf: Add parameter 'sync machine password script'
authorPavel Filipenský <pfilipensky@samba.org>
Wed, 28 Feb 2024 12:30:55 +0000 (13:30 +0100)
committerPavel Filipensky <pfilipensky@samba.org>
Fri, 26 Jul 2024 17:12:36 +0000 (17:12 +0000)
BUG: https://bugzilla.samba.org/show_bug.cgi?id=6750

Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Stefan Metzmacher <metze@samba.org>
docs-xml/smbdotconf/security/syncmachinepasswordscript.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/security/syncmachinepasswordscript.xml b/docs-xml/smbdotconf/security/syncmachinepasswordscript.xml
new file mode 100644 (file)
index 0000000..3416133
--- /dev/null
@@ -0,0 +1,15 @@
+<samba:parameter name="sync machine password script"
+                 context="G"
+                 type="string"
+                 substitution="1"
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>
+       This is the full pathname to a script that will be run by
+        <citerefentry><refentrytitle>winbindd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> when a machine account password is updated.
+       </para>
+</description>
+
+<value type="default"/>
+<value type="example">/usr/sbin/sync_machine_password</value>
+</samba:parameter>