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 2018/06/26 13:53:28 UTC

directory-fortress-enmasse git commit: fix broken prop value (ldap.server.type)

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master df8e3a914 -> ccbced158


fix broken prop value (ldap.server.type)


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

Branch: refs/heads/master
Commit: ccbced1584b86f3df34033e8cc08f08ab7ff288f
Parents: df8e3a9
Author: Shawn McKinney <sm...@apache.org>
Authored: Fri Jun 22 12:23:36 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Fri Jun 22 12:23:36 2018 -0500

----------------------------------------------------------------------
 src/main/resources/fortress.properties.example | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/ccbced15/src/main/resources/fortress.properties.example
----------------------------------------------------------------------
diff --git a/src/main/resources/fortress.properties.example b/src/main/resources/fortress.properties.example
index 1569261..2c66d18 100644
--- a/src/main/resources/fortress.properties.example
+++ b/src/main/resources/fortress.properties.example
@@ -22,7 +22,7 @@
 # If ApacheDS server:
 ldap.server.type=apacheds
 # Else if OpenLDAP server:
-# ldap.server.type=slapd
+# ldap.server.type=openldap
 # Else leave blank:
 #ldap.server.type=other
 
@@ -64,4 +64,7 @@ enable.pool.reconnect=true
 ehcache.config.file=ehcache.xml
 
 # If for any reason echcache must be DISABLED for DSD, make sure this parameter is set to 'true' which is the default.  Otherwise performance penalty will be incurred during multi-role activations.
-disable.dsd.cache=false
\ No newline at end of file
+disable.dsd.cache=false
+
+# These are used to enable RFC2307bis support on User and Role entities:
+#rfc2307=true
\ No newline at end of file