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:23:11 UTC

[directory-fortress-core] branch openldap-install updated: setup the package repo first

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 bb5991b  setup the package repo first
bb5991b is described below

commit bb5991b80998a00b4fc14fb724099817252f0459
Author: Shawn McKinney <sm...@symas.com>
AuthorDate: Wed Mar 2 11:23:07 2022 -0600

    setup the package repo first
---
 README-QUICKSTART-SLAPD.md | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/README-QUICKSTART-SLAPD.md b/README-QUICKSTART-SLAPD.md
index d9e5b8a..d882af3 100644
--- a/README-QUICKSTART-SLAPD.md
+++ b/README-QUICKSTART-SLAPD.md
@@ -44,12 +44,18 @@ Minimum software requirements:
  * RHEL or Debian Machine
  * Java SDK >= 8
  * Apache Maven >= 3
-
- *Everything else covered in steps that follow.*
+ 
 ___________________________________________________________________________________
 ## SECTION 2. Apache Fortress Core and OpenLDAP Setup
 
-1. Download the package:
+1. Setup your Debian or Rehat Symas OpenLDAP 2.5 package repo: [Symas OpenLDAP 2.5](https://repo.symas.com/soldap2.5/)
+   setup notes
+   - Select your distro
+   - Debian systems must install the gpg key
+   - Follow steps 1 and 2 (only) to update your repo
+   - Everything else (install, configure) is covered in the steps that follow
+   
+2. Get the Apache Fortress Core source package:
 
  a. from git:
  ```
@@ -64,7 +70,7 @@ ________________________________________________________________________________
  cd fortress-core-2.0.7
  ```
 
-2. Prepare the package:
+3. Prepare the Apache Fortress package:
 
  ```
  cp build.properties.example build.properties
@@ -75,13 +81,6 @@ ________________________________________________________________________________
  * 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 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:
 
  ```
@@ -137,7 +136,7 @@ slapd.uninstall=yum remove symas-openldap-servers symas-openldap-clients -y
   tls.key.file=server-key.pem
   ```
 
-  more notes
+  more ldaps notes
   - whatever used for LDAP host name must match the common name element of the server's certificate
   - the truststore may be found on the classpath or as a fully qualified file name determined by trust.store.onclasspath.
   - The LDAP URIs are used by the server listener during startup.