[Date Prev][Date Next] [Chronological] [Thread] [Top]

modrdn err=71 question



I have two regional databases defined under one ou in my slapd.conf. 
When I try to modrdn with a newsuperior of different region, I get an
err=71.

Using an ldif like this:
---
#move uid=john.doe,ou=atlanta,ou=people,dc=example,dc=com to
#uid=john.doe,ou=alpharetta,ou=people,dc=example,dc=com

dn: uid=john.doe,ou=atlanta,ou=people,dc=example,dc=com
changetype: modrdn
newrdn: uid=john.doe
deleteoldrdn: 1
newsuperior: ou=alpharetta,ou=people,dc=example,dc=com


My questions are:
Am I correct in assuming that my separate database definitions are
what's causing the err=71?

Is there any way around this short of deleting/re-adding the dn's?

Thanks,
_Matt