blob: 9621792c9f829a36842389566e2541c5b586bc9a (
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>
|