blob: af8a28ac06d268c2bb66e88ff3fe59cf485175b7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
<samba:parameter name="samba kcc command"
context="G"
type="cmdlist"
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">&pathconfig.SCRIPTSBINDIR;/samba_kcc</value>
<value type="example">/usr/local/bin/kcc</value>
</samba:parameter>
|