summaryrefslogtreecommitdiffstats
path: root/ctdb/config/ctdb.sysconfig
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-11-18 15:14:54 +1100
committerAndrew Tridgell <tridge@samba.org>2007-11-18 15:14:54 +1100
commit74b1678d9d2071685f9a6b98afe69142307b7106 (patch)
treeb287ef4025d76dda3499014f01d4684a6527a9f9 /ctdb/config/ctdb.sysconfig
parent4608fcc3a4a59a8478913c0ccaccc32bdfa83b08 (diff)
parentb09d3de7596054689cb18fdbd642ced63059e075 (diff)
downloadsamba-74b1678d9d2071685f9a6b98afe69142307b7106.tar.gz
samba-74b1678d9d2071685f9a6b98afe69142307b7106.tar.xz
samba-74b1678d9d2071685f9a6b98afe69142307b7106.zip
- merge from ronnie
- auto-detect CTDB_MANAGES_WINBIND from smb.conf if not set (This used to be ctdb commit 3d675c7bcedbd483c923df54d1af068758edc206)
Diffstat (limited to 'ctdb/config/ctdb.sysconfig')
-rw-r--r--ctdb/config/ctdb.sysconfig4
1 files changed, 4 insertions, 0 deletions
diff --git a/ctdb/config/ctdb.sysconfig b/ctdb/config/ctdb.sysconfig
index d290321b99..a4dac0afb1 100644
--- a/ctdb/config/ctdb.sysconfig
+++ b/ctdb/config/ctdb.sysconfig
@@ -33,6 +33,10 @@
# default is to not manage Samba
# CTDB_MANAGES_SAMBA=yes
+# should ctdb manage starting/stopping Winbind service?
+# if left comented out then it will be autodetected based on smb.conf
+# CTDB_MANAGES_WINBIND=yes
+
# you may wish to raise the file descriptor limit for ctdb
# use a ulimit command here. ctdb needs one file descriptor per
# connected client (ie. one per connected client in Samba)