mirror of
https://github.com/samba-team/samba.git
synced 2025-01-13 13:18:06 +03:00
a58ed15dd0
Signed-off-by: Garming Sam <garming@catalyst.net.nz> Signed-off-by: Andrew Bartlett <abartlet@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
17 lines
598 B
XML
17 lines
598 B
XML
<samba:parameter name="ctdbd socket"
|
|
context="G"
|
|
advanced="1"
|
|
type="string"
|
|
constant="1"
|
|
xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
|
|
<description>
|
|
<para>If you set <value type="example">clustering=yes</value>,
|
|
you need to tell Samba where ctdbd listens on its unix domain
|
|
socket. The default path as of ctdb 1.0 is /tmp/ctdb.socket which
|
|
you have to explicitly set for Samba in smb.conf.
|
|
</para>
|
|
</description>
|
|
<value type="default"></value>
|
|
<value type="example">/tmp/ctdb.socket</value>
|
|
</samba:parameter>
|