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 2016/05/04 13:15:23 UTC

directory-fortress-core git commit: change comment on rest

Repository: directory-fortress-core
Updated Branches:
  refs/heads/master e7324b50c -> 7f7cd61f6


change comment on rest


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

Branch: refs/heads/master
Commit: 7f7cd61f60b4258a9862483c31b057e4bae04e76
Parents: e7324b5
Author: Shawn McKinney <sm...@apache.org>
Authored: Tue May 3 15:12:54 2016 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Tue May 3 15:12:54 2016 -0500

----------------------------------------------------------------------
 build.properties.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/7f7cd61f/build.properties.example
----------------------------------------------------------------------
diff --git a/build.properties.example b/build.properties.example
index 9477e7c..265e499 100644
--- a/build.properties.example
+++ b/build.properties.example
@@ -134,7 +134,7 @@ group.properties=configParameter
 # 4. BEGIN HTTP CLIENT CONFIGURATION SECTION (Ignore if using LDAPv3):
 ########################################################################
 
-# The following optional HTTP parameters are needed when Fortress client communicates though EnMasse HTTP proxy (rather than LDAP) server:
+# The following optional HTTP parameters are needed when Fortress core client-side communicates though fortress-rest HTTP proxy (rather than LDAP) server:
 # Setting the enable.mgr.impl.rest to 'true' sets Fortress instance to use HTTP services rather than LDAPv3 protocol. Default value is 'false':
 # Using REST/HTTP allows Fortress communications to pass through firewalls and other non-LDAP network intermediaries.
 enable.mgr.impl.rest=false