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/07/06 02:39:10 UTC

directory-fortress-enmasse git commit: set rfc2307 false in sample prop

Repository: directory-fortress-enmasse
Updated Branches:
  refs/heads/master c6b48c36a -> 9ecf2f38b


set rfc2307 false in sample prop


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

Branch: refs/heads/master
Commit: 9ecf2f38bbcea4b8b6b46627eb928a995747a559
Parents: c6b48c3
Author: Shawn McKinney <sm...@apache.org>
Authored: Thu Jul 5 10:40:21 2018 -0500
Committer: Shawn McKinney <sm...@apache.org>
Committed: Thu Jul 5 10:40:21 2018 -0500

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


http://git-wip-us.apache.org/repos/asf/directory-fortress-enmasse/blob/9ecf2f38/src/main/resources/fortress.properties.example
----------------------------------------------------------------------
diff --git a/src/main/resources/fortress.properties.example b/src/main/resources/fortress.properties.example
index 39ece87..2713ea0 100644
--- a/src/main/resources/fortress.properties.example
+++ b/src/main/resources/fortress.properties.example
@@ -71,5 +71,5 @@ 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
 
-# These are used to enable RFC2307bis support on User and Role entities:
-#rfc2307=true
\ No newline at end of file
+# Boolean value. If true, requires rfc2307bis schema because posixUser and posixGroup must be auxiliary object classes to work with ftRls which is structural..
+rfc2307=false
\ No newline at end of file