You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by cp...@apache.org on 2016/02/24 19:43:13 UTC

[2/2] directory-fortress-core git commit: FC-149 added property for enabling starttls

FC-149 added property for enabling starttls


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

Branch: refs/heads/master
Commit: a83e5bbf7d2df3901fd5eb23943c53c340551018
Parents: 547defe
Author: clp207 <cl...@psu.edu>
Authored: Wed Feb 24 11:21:28 2016 -0500
Committer: clp207 <cl...@psu.edu>
Committed: Wed Feb 24 11:21:28 2016 -0500

----------------------------------------------------------------------
 config/fortress.properties.src | 3 +++
 1 file changed, 3 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/a83e5bbf/config/fortress.properties.src
----------------------------------------------------------------------
diff --git a/config/fortress.properties.src b/config/fortress.properties.src
index b80722a..291e61a 100755
--- a/config/fortress.properties.src
+++ b/config/fortress.properties.src
@@ -36,6 +36,9 @@ trust.store=@TRUST_STORE@
 trust.store.password=@TRUST_STORE_PW@
 trust.store.set.prop=@TRUST_STORE_SET_PROPW@
 
+# Used to enable STARTTLS on Connection to LDAP Server
+enable.ldap.starttls=false
+
 # Used for SSL Demo with Tomcat:
 key.store=@KEY_STORE@
 key.store.password=@KEY_STORE_PW@