smb.conf(5): Add basic documentation for 'samba kcc command'.
authorJelmer Vernooij <jelmer@samba.org>
Fri, 28 Sep 2012 17:03:46 +0000 (10:03 -0700)
committerJelmer Vernooij <jelmer@samba.org>
Thu, 18 Oct 2012 20:34:29 +0000 (22:34 +0200)
docs-xml/smbdotconf/security/sambakcccommand.xml [new file with mode: 0644]

diff --git a/docs-xml/smbdotconf/security/sambakcccommand.xml b/docs-xml/smbdotconf/security/sambakcccommand.xml
new file mode 100644 (file)
index 0000000..6f6ba14
--- /dev/null
@@ -0,0 +1,19 @@
+<samba:parameter name="samba kcc command"
+                 context="G"
+                                type="string"
+                 advanced="1" 
+                 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
+<description>
+       <para>This option specifies the path to the Samba KCC command.
+               This script is used for replication topology replication.
+       </para>
+
+       <para>It should not be necessary to modify this option except
+               for testing purposes or if the <filename>samba_kcc</filename>
+               was installed in a non-default location.
+       </para>
+</description>
+
+<value type="default">$prefix/sbin/samba_kcc</value>
+<value type="example">/usr/local/bin/kcc</value>
+</samba:parameter>