libnet4: Call map_netlogon_samlogon_response directly
[samba4-gss.git] / docs-xml / smbdotconf / security / syncmachinepasswordscript.xml
blobdf98610cf36c1f721bbb83ea52f2a833eebf4015
1 <samba:parameter name="sync machine password script"
2                  context="G"
3                  type="string"
4                  substitution="1"
5                  xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6 <description>
7         <para>
8         This is the full pathname to a script that will be run by
9         <citerefentry><refentrytitle>winbindd</refentrytitle> <manvolnum>8</manvolnum></citerefentry> when a machine account password is updated.
10         </para>
12     <para>
13     If keytabs should be generated in clustered environments it is recommended to update them on all nodes.
14     You can set the config option to &pathconfig.CTDB_DATADIR;/scripts/winbind_ctdb_updatekeytab.sh in clustering case.
15     It is also needed to activate the <constant>46.update-keytabs.script</constant> in ctdb,
16     it re-creates the keytab during the ctdb recovered event:
17     <programlisting>
18     onnode all ctdb event script enable legacy 46.update-keytabs.script
19     </programlisting>
20     </para>
22 </description>
24 <value type="default"/>
25 <value type="example">&pathconfig.CTDB_DATADIR;/scripts/winbind_ctdb_updatekeytab.sh</value>
26 </samba:parameter>