You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2014/10/21 01:06:35 UTC

[18/50] git commit: FC-140 - RBAC Overlay DB dir not setup

FC-140 - RBAC Overlay DB dir not setup


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

Branch: refs/heads/master
Commit: 4974c32531e6b81de4764665fdbe0a0a60092fa2
Parents: f069646
Author: Shawn McKinney <sh...@jts.us>
Authored: Mon Jun 30 08:31:38 2014 -0500
Committer: Shawn McKinney <sh...@jts.us>
Committed: Mon Jun 30 08:31:38 2014 -0500

----------------------------------------------------------------------
 ldap/slapd.conf.src | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/directory-fortress-core/blob/4974c325/ldap/slapd.conf.src
----------------------------------------------------------------------
diff --git a/ldap/slapd.conf.src b/ldap/slapd.conf.src
index 7304b03..5eb2409 100755
--- a/ldap/slapd.conf.src
+++ b/ldap/slapd.conf.src
@@ -131,7 +131,7 @@ ppolicy_hash_cleartext
 @IS_RBAC_ACCELERATOR@suffix     "@SESSIONS_DN@"
 @IS_RBAC_ACCELERATOR@rootdn	    "cn=manager,@SESSIONS_DN@"
 @IS_RBAC_ACCELERATOR@rootpw	    @LOG_ROOT_PW@
-@IS_RBAC_ACCELERATOR@directory  "@RBAC_DB_PATH@"
+@IS_RBAC_ACCELERATOR@directory  "@RBACSESS_DB_PATH@"
 @IS_RBAC_ACCELERATOR@overlay     dds
 @IS_RBAC_ACCELERATOR@dds-default-ttl 3600
 @IS_RBAC_ACCELERATOR@dds-max-dynamicObjects	100000
@@ -156,6 +156,7 @@ ppolicy_hash_cleartext
 @IS_RBAC_ACCELERATOR@suffix		"@RBAC_DN@"
 @IS_RBAC_ACCELERATOR@rootdn		"cn=manager,@RBAC_DN@"
 @IS_RBAC_ACCELERATOR@rootpw		@LOG_ROOT_PW@
+@IS_RBAC_ACCELERATOR@directory	"@RBACOVERLAY_DB_PATH@"
 @IS_RBAC_ACCELERATOR@overlay	rbac
 @IS_RBAC_ACCELERATOR@rbac-default-tenant-id "@SUFFIX_NAME@"
 @IS_RBAC_ACCELERATOR@rbac-default-users-base-dn "@USERS_DN@"