blob: 378d6e24c564d0c0f6a4159e90b5752bce5cb2cb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<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>
|