1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-03 12:58:35 +03:00

smb.conf(5): Add basic documentation for 'spn update command'.

This commit is contained in:
Jelmer Vernooij 2012-09-28 10:37:23 -07:00
parent 68fdcaa6b7
commit 6f36bde82f

View File

@ -0,0 +1,14 @@
<samba:parameter name="spn update command"
context="G"
type="string"
advanced="1"
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
<description>
<para>This option sets the command that for updating
servicePrincipalName names from <filename>spn_update_list</filename>.
</para>
</description>
<value type="default">$prefix/sbin/samba_spnupdate</value>
<value type="example">/usr/local/sbin/spnupdate</value>
</samba:parameter>