smb.conf(5): Add basic documentation for 'spn update command'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Sep 2012 17:37:23 +0000 (10:37 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:30 +0000 (22:34 +0200)
docs-xml/smbdotconf/domain/spnupdatecommand.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/domain/spnupdatecommand.xml b/docs-xml/smbdotconf/domain/spnupdatecommand.xml
new file mode 100644 (file)
index 0000000..2585a58
--- /dev/null
@@ -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>