More doc fixes for v2.2.10

This commit is contained in:
Ludovic Marcotte 2014-11-18 18:36:59 -05:00
parent 6bbaf58d43
commit 95e3c7ca88

View file

@ -252,7 +252,7 @@ installation:
---- ----
yum clean all && yum makecache yum clean all && yum makecache
yum install samba4 \ yum install samba \
openchange \ openchange \
sogo-openchange-backend \ sogo-openchange-backend \
openchange-ocsmanager \ openchange-ocsmanager \
@ -262,8 +262,12 @@ yum install samba4 \
Once the packages are installed, refer to the _Configuration_ chapter Once the packages are installed, refer to the _Configuration_ chapter
from this guide. from this guide.
[NOTE]
Samba4/OpenChange are not available for now on CentOS 5 i386/x86_64,
CentOS 6 i386 and CentOS 7.
Debian 7.0 (Wheezy) and Ubuntu 12.04 (Precise Pangolin) Debian 7.0 (Wheezy) and Ubuntu 12.04 (Precise Pangolin)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
SOGo, OpenChange and the SOGo OpenChange backend are now SOGo, OpenChange and the SOGo OpenChange backend are now
available from SOGo's web site. Please follow the instructions from available from SOGo's web site. Please follow the instructions from
@ -310,7 +314,7 @@ https://wiki.samba.org/index.php/Samba4/InitScript
Ubuntu 14.04 (Trusty Tahr) Ubuntu 14.04 (Trusty Tahr)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~
For Ubuntu 14.04, you must not use the Debian Wheezy backports. For Ubuntu 14.04, you must not use the Debian Wheezy backports.
@ -478,7 +482,7 @@ Setting up openchange db
Finally, modify `/etc/samba/smb.conf` to specify OpenChange connection information Finally, modify `/etc/samba/smb.conf` to specify OpenChange connection information
for its indexing database. Add the following at the end of the `[global]` section: for its indexing database. Add the following at the end of the `[global]` section:
--- ----
mapistore:namedproperties = mysql mapistore:namedproperties = mysql
namedproperties:mysql_user = openchange-user namedproperties:mysql_user = openchange-user
namedproperties:mysql_pass = openchange$123 namedproperties:mysql_pass = openchange$123
@ -487,7 +491,7 @@ namedproperties:mysql_db = openchange
mapistore:indexing_backend = mysql://openchange-user:openchange$123@localhost/openchange mapistore:indexing_backend = mysql://openchange-user:openchange$123@localhost/openchange
mapiproxy:openchangedb = mysql://openchange-user:openchange$123@localhost/openchange mapiproxy:openchangedb = mysql://openchange-user:openchange$123@localhost/openchange
--- ----
On RHEL, make sure SELinux is disabled: On RHEL, make sure SELinux is disabled:
@ -561,6 +565,10 @@ On Debian-based distributions, do:
update-rc.d apache2 defaults && /etc/init.d/apache2 restart update-rc.d apache2 defaults && /etc/init.d/apache2 restart
[NOTE]
Debian-based distributions are not supported anymore for
OCSManager/rpcproxy. Support will soon resume.
Name Service Configuration for Web Services Name Service Configuration for Web Services
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~