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 2017/04/30 20:08:23 UTC

directory-fortress-core git commit: cleanup readme

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 1aa466845 -> 9a38eac49


cleanup readme


Project: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/commit/9a38eac4
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/9a38eac4
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/9a38eac4

Branch: refs/heads/master
Commit: 9a38eac4994eca97775bbed25e4b40eaad5e6509
Parents: 1aa4668
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Apr 30 05:56:29 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Apr 30 05:56:29 2017 -0500

----------------------------------------------------------------------
 README-QUICKSTART-SLAPD.md | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/9a38eac4/README-QUICKSTART-SLAPD.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-SLAPD.md b/README-QUICKSTART-SLAPD.md
index 9c65b1d..100aa96 100644
--- a/README-QUICKSTART-SLAPD.md
+++ b/README-QUICKSTART-SLAPD.md
@@ -95,13 +95,11 @@ ________________________________________________________________________________
 6. Update the *slapd.properties* file *slapd.install* statement with a reference to the openldap install downloaded earlier.
 
  a. For Debian installs:
-
   ```
   slapd.install=dpkg -i symas-openldap-silver.version.platform.deb
   ```
 
  b. For Centos:
-
   ```
   slapd.install=rpm -i symas-openldap-silver.version.platform.rpm
   ```
@@ -109,7 +107,6 @@ ________________________________________________________________________________
 7. Specify whether you want to enable the slapo-rbac overlay:
 
  a. Yes, I want to enable slapo-rbac:
-
   ```
   rbac.accelerator=true
   ```
@@ -117,7 +114,6 @@ ________________________________________________________________________________
  *To use this option, symas-openldap version 2.4.43++ is required.*
 
  b. No, I don't want to enable slapo-rbac:
-
   ```
   rbac.accelerator=false
   ```
@@ -125,6 +121,7 @@ ________________________________________________________________________________
 8. (optional) Specify whether you want to communicate over SSL using LDAPS:
 
  a. Place .pem files for ca-certificate, server certificate and private key in folder named *certs* : [fortress-core-[VERSION]/src/test/resources/certs](./src/test/resources/certs)
+ 
  They will get copied to openldap ssl folder during init-slapd target.
  For example:
  - ca-cert.pem is the ca certificate file