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:
parent
731a25b5c8
commit
09c3029958
15
docs-xml/smbdotconf/security/syncmachinepasswordscript.xml
Normal file
15
docs-xml/smbdotconf/security/syncmachinepasswordscript.xml
Normal 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>
|
Loading…
Reference in New Issue
Block a user