summaryrefslogtreecommitdiff
path: root/docs-xml/smbdotconf/security/sambakcccommand.xml
blob: 6f6ba14fc0b2dc083c33c0ff6a810615e8e8aa17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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>