diff options
author | Andrew Tridgell <tridge@samba.org> | 2007-11-18 15:14:54 +1100 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2007-11-18 15:14:54 +1100 |
commit | 74b1678d9d2071685f9a6b98afe69142307b7106 (patch) | |
tree | b287ef4025d76dda3499014f01d4684a6527a9f9 /ctdb/config/ctdb.sysconfig | |
parent | 4608fcc3a4a59a8478913c0ccaccc32bdfa83b08 (diff) | |
parent | b09d3de7596054689cb18fdbd642ced63059e075 (diff) | |
download | samba-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.sysconfig | 4 |
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) |