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

pgamba
30.18.2007 dd62baf63ccc35db4b4a98abbf91d64d23326c84
refs
author pgamba <pgamba@localhost>
Friday, November 30, 2007 10:18 +0100
committer pgamba <pgamba@localhost>
Friday, November 30, 2007 10:18 +0100
commitdd62baf63ccc35db4b4a98abbf91d64d23326c84
tree 37ed0053d26fe40172ba4447762d6831befd763d tree | zip | gz
parent 46ef6cfa697527450ffcbb66441dcf358b85ae88 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
opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/replication/server/ReplicationServerTest.java 90 ●●●●● diff | view | raw | blame | history