source: branches/samba-3.5.x/docs-xml/smbdotconf/misc/ctdbdsocket.xml

Last change on this file was 414, checked in by Herwig Bauernfeind, 15 years ago

Samba 3.5.0: Initial import

File size: 568 bytes
Line 
1<samba:parameter name="ctdbd socket"
2 context="G"
3 advanced="1"
4 type="string"
5 xmlns:samba="http://www.samba.org/samba/DTD/samba-doc">
6<description>
7 <para>If you set <value type="example">clustering=yes</value>,
8 you need to tell Samba where ctdbd listens on its unix domain
9 socket. The default path as of ctdb 1.0 is /tmp/ctdb.socket which
10 you have to explicitly set for Samba in smb.conf.
11 </para>
12</description>
13<value type="default"></value>
14<value type="example">/tmp/ctdb.socket</value>
15</samba:parameter>
Note: See TracBrowser for help on using the repository browser.