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

ludovicp
25.25.2010 a09e50d8d41c0f50c486742f4cc2343083c635e3
refs
author ludovicp <ludovicp@localhost>
Friday, June 25, 2010 11:25 +0200
committer ludovicp <ludovicp@localhost>
Friday, June 25, 2010 11:25 +0200
commita09e50d8d41c0f50c486742f4cc2343083c635e3
tree ecda779bbb89faf2145e419f88a8cac833f90ab9 tree | zip | gz
parent 5a52c019546feeb0794bf5ab7055fc7af4085629 view | diff
Fixes issues #4552 #4557, making sure plugins and internal services are properly handling subtree move or delete.
The changes particularly resolve problems raised by the community with the referential integrity and the isMemberOf plug-ins.
Unit-tests have been updated to cover those cases
2 files added
42 files modified
3739 ■■■■ changed files
opends/resource/config/config.ldif 1 ●●●● diff | view | raw | blame | history
opends/resource/schema/02-config.ldif 6 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PluginConfiguration.xml 8 ●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/PluginRootConfiguration.xml 32 ●●●●● diff | view | raw | blame | history
opends/src/admin/defn/org/opends/server/admin/std/ReferentialIntegrityPluginConfiguration.xml 3 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/ChangeNumberControlPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/EntryUUIDPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/FractionalLDIFImportPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/LDAPAttributeDescriptionListPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/LastModPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/NetworkGroupPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/PasswordPolicyImportPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/PluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/PluginRootCfgDefn.properties 3 ●●●●● diff | view | raw | blame | history
opends/src/admin/messages/ProfilerPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/ReferentialIntegrityPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/SevenBitCleanPluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/admin/messages/UniqueAttributePluginCfgDefn.properties 1 ●●●● diff | view | raw | blame | history
opends/src/messages/messages/jeb.properties 2 ●●●●● diff | view | raw | blame | history
opends/src/messages/messages/plugin.properties 12 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/DITCacheMap.java 791 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/Group.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/plugin/DirectoryServerPlugin.java 25 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/plugin/PluginResult.java 194 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/api/plugin/PluginType.java 11 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/AciList.java 348 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/authorization/dseecompat/AciListenerManager.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/backends/jeb/EntryContainer.java 22 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/AuthenticatedUsers.java 245 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/GroupManager.java 220 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/PluginConfigManager.java 92 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/core/SubentryManager.java 302 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/crypto/CryptoManagerSync.java 6 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/DynamicGroup.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/StaticGroup.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/extensions/VirtualStaticGroup.java 13 ●●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/plugins/ReferentialIntegrityPlugin.java 113 ●●●● diff | view | raw | blame | history
opends/src/server/org/opends/server/types/AuthenticationInfo.java 44 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/api/DITCacheMapTestCase.java 496 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/api/plugin/DirectoryServerPluginTestCase.java 11 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/BindOperationTestCase.java 172 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/GroupManagerTestCase.java 222 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/core/SubentryManagerTestCase.java 265 ●●●●● diff | view | raw | blame | history
opends/tests/unit-tests-testng/src/server/org/opends/server/plugins/ReferentialIntegrityPluginTestCase.java 16 ●●●●● diff | view | raw | blame | history