summaryrefslogtreecommitdiffstats
path: root/ctdb/web
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/web
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/web')
-rw-r--r--ctdb/web/samba.html18
1 files changed, 17 insertions, 1 deletions
diff --git a/ctdb/web/samba.html b/ctdb/web/samba.html
index 0b5be7f6bc1..b105b1d20a6 100644
--- a/ctdb/web/samba.html
+++ b/ctdb/web/samba.html
@@ -64,7 +64,7 @@ A suitable file can be found in the dbench distribution at http://samba.org/ftp/
<h3>CTDB_MANAGES_SAMBA</h3>
This is a parameter in /etc/sysconfig/ctdb<br><br>
-When this parameter is set to "yes" CTDB will start/stop/restart the localo samba daemon as the cluster configuration changes.<br><br>
+When this parameter is set to "yes" CTDB will start/stop/restart the local samba daemon as the cluster configuration changes.<br><br>
When this parameter is set you should also make sure that samba is NOT started by default by the linux system when it boots:
<pre>
chkconfig samba off
@@ -77,5 +77,21 @@ Example:
It is strongly recommended that you set this parameter to "yes" if you intend to use clustered samba.
+<h3>CTDB_MANAGES_WINBIND</h3>
+This is a parameter in /etc/sysconfig/ctdb<br><br>
+When this parameter is set to "yes" CTDB will start/stop/restart the local winbind daemon as the cluster configuration changes.<br><br>
+When this parameter is set you should also make sure that winbind is NOT started by default by the linux system when it boots:
+<pre>
+ chkconfig winbind off
+</pre>
+
+Example:
+<pre>
+ CTDB_MANAGES_WINBIND="yes"
+</pre>
+
+It is strongly recommended that you set this parameter to "yes" if you
+intend to use clustered samba in DOMAIN or ADS security mode.
+
<!--#include virtual="footer.html" -->