clarify the behavior of slapo-refint(5) in case of modrdn

This commit is contained in:
Pierangelo Masarati 2006-05-29 21:14:36 +00:00
parent e9c0d855e9
commit 2e92f2de68

View File

@ -18,12 +18,19 @@ or
.B delete
operation. For example, if the integrity attribute were configured as
.BR manager ,
deletion of the record "uid=robert,ou=people,o=openldap.org" would trigger a
deletion of the record "uid=robert,ou=people,dc=example,dc=com" would trigger a
search for all other records which have a
.B manager
attribute containing that DN. Entries matching that search would have their
.B manager
attribute removed.
Or, renaming the same record into "uid=george,ou=people,dc=example,dc=com"
would trigger a search for all other records which have a
.B manager
attribute containing that DN.
Entries matching that search would have their
.B manager
attribute deleted and replaced by the new DN.
.SH CONFIGURATION
These
.B slapd.conf