summaryrefslogtreecommitdiffstats
path: root/ldap/admin/src/scripts/DialogManager.pm
diff options
context:
space:
mode:
authorNoriko Hosoi <nhosoi@jiji.localdomain>2010-01-28 08:51:32 -0800
committerNoriko Hosoi <nhosoi@jiji.localdomain>2010-01-28 08:51:32 -0800
commit3fdcbddd6c4939954e3393f78ded57cd253fa764 (patch)
tree3cf1a075d32ffff744f4887e5a3b573ce3b537cb /ldap/admin/src/scripts/DialogManager.pm
parentd9fdaf2c29bb2ead7f7a93f0b6b34c26a024a184 (diff)
557224 - subtree rename breaks the referential integrity plug-in
https://bugzilla.redhat.com/show_bug.cgi?id=557224 Fix Description: The referential integrity plugin has not supported the subtree rename (modrdn with newsuperior). This patch is adding the support. There are 2 typical cases. (case 1) DN that modrdn modifies matches the value of attributes which is the target of the referential integrity. E.g., modrdn: uid=A,ou=B,o=C --> uid=AA,ou=BB,o=C then, member: uid=A,ou=B,ou=C --> uid=AA,ou=BB,ou=C seeAlso: uid=A,ou=B,ou=C --> uid=AA,ou=BB,ou=C (case 2) DN that modrdn modifies is the ancestor of the value of attributes which is the target of the referential integrity. E.g., modrdn: ou=B,o=C --> ou=BB,o=C then, member: uid=A,ou=B,ou=C --> uid=A,ou=BB,ou=C seeAlso: uid=A,ou=B,ou=C --> uid=A,ou=BB,ou=C
Diffstat (limited to 'ldap/admin/src/scripts/DialogManager.pm')
0 files changed, 0 insertions, 0 deletions