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 22:05:01 UTC

directory-fortress-core git commit: FC-207 - document handling of truststore

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master 3cf055590 -> 15b609357


FC-207 - document handling of truststore


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/15b60935
Tree: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/tree/15b60935
Diff: http://git-wip-us.apache.org/repos/asf/directory-fortress-core/diff/15b60935

Branch: refs/heads/master
Commit: 15b609357ce2662a79f34feb9e9026ea7548e431
Parents: 3cf0555
Author: Shawn McKinney <sm...@apache.org>
Authored: Sun Apr 30 07:53:07 2017 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Sun Apr 30 07:53:07 2017 -0500

----------------------------------------------------------------------
 README-QUICKSTART-SLAPD.md | 1 +
 build.properties.example   | 1 +
 slapd.properties.example   | 1 +
 3 files changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/15b60935/README-QUICKSTART-SLAPD.md
----------------------------------------------------------------------
diff --git a/README-QUICKSTART-SLAPD.md b/README-QUICKSTART-SLAPD.md
index 961aac9..f123dbf 100644
--- a/README-QUICKSTART-SLAPD.md
+++ b/README-QUICKSTART-SLAPD.md
@@ -133,6 +133,7 @@ ________________________________________________________________________________
   ```
   # These are needed for client SSL connections with LDAP Server:
   enable.ldap.ssl=true
+  # The LDAP hostname must match the common name in the server certificate:
   ldap.host=fortressdemo2.com
   # 636 is default LDAPS on OpenLDAP:
   ldap.port=636

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/15b60935/build.properties.example
----------------------------------------------------------------------
diff --git a/build.properties.example b/build.properties.example
index 6a6f62b..9a40833 100644
--- a/build.properties.example
+++ b/build.properties.example
@@ -56,6 +56,7 @@ ldap.port=10389
 
 # These are needed for client SSL connections with LDAP Server:
 #enable.ldap.ssl=true
+# The LDAP hostname must match the common name in the server certificate:
 #ldap.host=fortressdemo2.com
 # 10636 is default apacheds LDAPS port:
 #ldap.port=10636

http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/15b60935/slapd.properties.example
----------------------------------------------------------------------
diff --git a/slapd.properties.example b/slapd.properties.example
index 2dc5656..894a66b 100644
--- a/slapd.properties.example
+++ b/slapd.properties.example
@@ -81,6 +81,7 @@ log.ops=logops bind writes compare
 
 # These are needed for client SSL connections with LDAP Server:
 #enable.ldap.ssl=true
+# The LDAP hostname must match the common name in the server certificate:
 #ldap.host=fortressdemo2.com
 # 636 is default LDAPS on OpenLDAP:
 #ldap.port=636