From: Martin Schwenke Date: Wed, 21 Jan 2026 23:41:54 +0000 (+1100) Subject: docs-xml:smb.conf: Fix "ctdbd socket" documentation X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c458675c10bfda66fb86c5ed67d1d6d0cbbaedf;p=thirdparty%2Fsamba.git docs-xml:smb.conf: Fix "ctdbd socket" documentation This has been wrong for a very long time. I only noticed it just now... :-( BUG: https://bugzilla.samba.org/show_bug.cgi?id=15977 Signed-off-by: Martin Schwenke Reviewed-by: Douglas Bagnall Autobuild-User(master): Martin Schwenke Autobuild-Date(master): Thu Jan 22 23:06:20 UTC 2026 on atb-devel-224 --- diff --git a/docs-xml/smbdotconf/misc/ctdbdsocket.xml b/docs-xml/smbdotconf/misc/ctdbdsocket.xml index 2bc118bd7a7..40cd3fb4634 100644 --- a/docs-xml/smbdotconf/misc/ctdbdsocket.xml +++ b/docs-xml/smbdotconf/misc/ctdbdsocket.xml @@ -4,12 +4,16 @@ function="_ctdbd_socket" xmlns:samba="http://www.samba.org/samba/DTD/samba-doc"> - If you set clustering=yes, - 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. - + + In a test environment, this parameter can be used when + clustering=yes to specify an alternate + location for the CTDB Unix domain socket. + + + This parameter should not be set in production environments. If it + is not set then the (correct) build-time default is used. + -/tmp/ctdb.socket +/var/run/altctdb/ctdbd.socket