From b4718f363bd439b5521ef1f13946a20ffe5cd408 Mon Sep 17 00:00:00 2001 From: Ludovic Marcotte Date: Wed, 19 Nov 2014 12:06:44 -0500 Subject: [PATCH] More documentation fixes for v2.2.10 --- .../SOGoNativeOutlookConfigurationGuide.asciidoc | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc b/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc index 682efbdda..7614c98d3 100644 --- a/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc +++ b/Documentation/SOGoNativeOutlookConfigurationGuide.asciidoc @@ -256,7 +256,9 @@ yum install samba \ openchange \ sogo-openchange-backend \ openchange-ocsmanager \ - openchange-rpcproxy + openchange-rpcproxy \ + mysql-server \ + MySQL-python ---- Once the packages are installed, refer to the _Configuration_ chapter @@ -426,12 +428,12 @@ OpenChange 2.2 stores its metadata in MySQL so you need to have it installed. First, create the OpenChange MySQL user: ---- +---- $ mysql -u root -p mysql> CREATE USER 'openchange-user'@'localhost' IDENTIFIED BY 'openchange$123'; mysql> GRANT ALL PRIVILEGES ON `openchange`.* TO 'openchange-user'@'localhost' WITH GRANT OPTION; mysql> FLUSH PRIVILEGES; ---- +---- The Samba AD schema needs to be filled with additional object definitions by running the following commands: