1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-23 00:23:53 +03:00
Files
samba-mirror/docs-xml/smbdotconf/security/sambakcccommand.xml
Garming Sam 7b2a06b3c8 docs: fix type for samba kcc command parameter
Signed-off-by: Garming Sam <garming@catalyst.net.nz>
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Michael Adam <obnox@samba.org>
2014-02-02 23:43:53 +01:00

20 lines
682 B
XML

<samba:parameter name="samba kcc command"
context="G"
type="list"
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>