source: vendor/current/docs-xml/smbdotconf/misc/ctdbdsocket.xml

Last change on this file was 988, checked in by Silvan Scherrer, 9 years ago

Samba Server: update vendor to version 4.4.3

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