mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
c729ab83f0
Change-Id: I63c10ca0efc83496ffcd720edc00bd711ce53eac Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
20 lines
684 B
XML
20 lines
684 B
XML
<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">&pathconfig.SCRIPTSBINDIR;/samba_kcc</value>
|
|
<value type="example">/usr/local/bin/kcc</value>
|
|
</samba:parameter>
|