mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

pgamba
30.18.2007 30819a00537b80dd44480e4ea6d0f8c500be7861
refs
author pgamba <pgamba@localhost>
Friday, November 30, 2007 10:18 +0100
committer pgamba <pgamba@localhost>
Friday, November 30, 2007 10:18 +0100
commit30819a00537b80dd44480e4ea6d0f8c500be7861
tree 380ee37bb5491d0a46f9ffe80da17b82686554a3 tree | zip | gz
parent f1bde2f0372a67b2f9c27aa561fdcd923dd63661 view | diff
Fix 2319 - protect acces to dc=replicationChanges by default
Description
dc=replicationChanges is enabled by default on all the replication servers
and show all the modifications done on all replicated suffixes.
It may therefore contain sensitive information and should be available only
administrators.

Fix
This is fixed by a global ACI on the "dc=replicationChanges" suffix denying all ops for all users. Only "directory manager" can access to the changes by default or change the ACI.
Unit test written and passed successfully individually but set disabled because it fails when ran as part of the whole suite (issue 1569 to be addressed asap).

2 files modified
91 ■■■■■ changed files
opendj-sdk/opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 90 ●●●●● diff | view | raw | blame | history