[OpenSRF-GIT] OpenSRF branch master updated. 5c803ae4550bf0e4a992c217baeaffabee30c45a

Evergreen Git git at git.evergreen-ils.org
Mon Nov 5 10:48:06 EST 2018


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "OpenSRF".

The branch, master has been updated
       via  5c803ae4550bf0e4a992c217baeaffabee30c45a (commit)
      from  705599ff6aa29857e8ed1b3da11e6e8ba05e9aa9 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 5c803ae4550bf0e4a992c217baeaffabee30c45a
Author: Jason Stephenson <jason at sigio.com>
Date:   Mon Nov 5 10:42:32 2018 -0500

    Reorder Ejabberd configuration steps for Ubuntu 18.04.
    
    Rearrange the steps for modifying /etc/ejabberd/ejabberd.yml on Ubuntu
    18.04 so that they are in the same order that they appear in the file.
    
    Signed-off-by: Jason Stephenson <jason at sigio.com>

diff --git a/README b/README
index a3091d4..5bbba0d 100644
--- a/README
+++ b/README
@@ -297,18 +297,18 @@ hosts:
   - "public.localhost"
 ---------------------------------------------------------------------------
 +
-  b. Change `auth_password_format` to plain
-  c. Change `shaper:` `normal` and `fast` values to 500000
-  d. Increase the `max_user_sessions:` `all:` value to 10000
-  e. Change `starttls_required` to false
-  f. Uncomment the `mod_legacy_auth` directive
-  g. Comment out the `mod_offline` directive
+  b. Change `starttls_required` to false
+  c. Change `auth_password_format` to plain
+  d. Change `shaper:` `normal` and `fast` values to 500000
+  e. Increase the `max_user_sessions:` `all:` value to 10000
+  f. Comment out the `mod_offline` directive
 +
 -----------------------
 ##mod_offline:
     ##access_max_user_messages: max_user_offline_messages
 -----------------------
 +
+  g. Uncomment the `mod_legacy_auth` directive
 3. Restart the ejabberd server to make the changes take effect:
 +
 .(Ubuntu Trusty) Starting ejabberd

-----------------------------------------------------------------------

Summary of changes:
 README |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)


hooks/post-receive
-- 
OpenSRF


More information about the opensrf-commits mailing list