summaryrefslogtreecommitdiffstats
path: root/ctdb/web
diff options
context:
space:
mode:
authorRonnie Sahlberg <sahlberg@ronnie>2007-11-14 16:17:52 +1100
committerRonnie Sahlberg <sahlberg@ronnie>2007-11-14 16:17:52 +1100
commitdfa6829621adddb1fdcca1d3e067ec7fee5e473c (patch)
treedce5cbd0504ea720f3cef87ef523deebe744fafa /ctdb/web
parent04ff06d135bd1d8fd03a62183bab785fdebfb340 (diff)
downloadsamba-dfa6829621adddb1fdcca1d3e067ec7fee5e473c.tar.gz
samba-dfa6829621adddb1fdcca1d3e067ec7fee5e473c.tar.xz
samba-dfa6829621adddb1fdcca1d3e067ec7fee5e473c.zip
add CTDB_MANAGES_WINBIND to /etc/sysconfig/ctdb to allow ctdb to be used
in environments where samba is used without winbind (This used to be ctdb commit 1ae5af14f90fd81a20b14c02c0c5ad355a609134)
Diffstat (limited to 'ctdb/web')
-rw-r--r--ctdb/web/samba.html17
1 files changed, 16 insertions, 1 deletions
diff --git a/ctdb/web/samba.html b/ctdb/web/samba.html
index 0b5be7f6bc1..08fc683ab8b 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,20 @@ 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.
+
<!--#include virtual="footer.html" -->