mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
4393b984d4
Karolin (This used to be commit 4951bc8ff1da9bfc79b9b403b420f07299266df6)
16 lines
568 B
XML
16 lines
568 B
XML
<samba:parameter name="ctdbd socket"
|
|
context="G"
|
|
advanced="1"
|
|
type="string"
|
|
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>
|