You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by sm...@apache.org on 2022/03/02 17:13:47 UTC

[directory-fortress-core] branch openldap-install updated: correct the link

This is an automated email from the ASF dual-hosted git repository.

smckinney pushed a commit to branch openldap-install
in repository https://gitbox.apache.org/repos/asf/directory-fortress-core.git


The following commit(s) were added to refs/heads/openldap-install by this push:
     new 8808b34  correct the link
8808b34 is described below

commit 8808b347f5e07f5a85ca5be17df0ac5ae4de152d
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Wed Mar 2 11:13:43 2022 -0600

    correct the link
---
 README-QUICKSTART-SLAPD.md | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/README-QUICKSTART-SLAPD.md b/README-QUICKSTART-SLAPD.md
index 315c426..d9e5b8a 100644
--- a/README-QUICKSTART-SLAPD.md
+++ b/README-QUICKSTART-SLAPD.md
@@ -75,8 +75,12 @@ ________________________________________________________________________________
  * Learn more about how the config works: [README-CONFIG](README-CONFIG.md).
  * Learn more about what properties there are: [README-PROPERTIES](README-PROPERTIES.md).
 
-3. Setup your Debian or Rehat repos for Symas OpenLDAP packages:
- [Symas OpenLDAP 2.5](https://repo.symas.com/soldap/)
+3. Setup your Debian or Rehat repos to install Symas OpenLDAP packages: 
+ [Symas OpenLDAP 2.5](https://repo.symas.com/soldap2.5/) 
+ * Select your distro
+ * Debian systems install the gpg key
+ * Follow steps 1 and 2 (only)
+ * Everything else is covered in the steps that follow
 
 4. Edit the *slapd.properties* file:
 
@@ -94,8 +98,8 @@ slapd.uninstall=apt remove symas-openldap-clients symas-openldap-server -y
 # Or:
 
 # Redhat:
-slapd.install=yum install symas-openldap-servers, symas-openldap-clients -y
-slapd.uninstall=yum remove symas-openldap-servers, symas-openldap-clients -y
+slapd.install=yum install symas-openldap-servers symas-openldap-clients -y
+slapd.uninstall=yum remove symas-openldap-servers symas-openldap-clients -y
 ```
 
 6. (optional) Specify whether you want to communicate over SSL using LDAPS: