1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

docs:smbdotconf: Add parameter 'sync machine password script'

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>
This commit is contained in:
Pavel Filipenský 2024-02-28 13:30:55 +01:00 committed by Pavel Filipensky
parent 731a25b5c8
commit 09c3029958

View File

@ -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>