[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
modrdn err=71 question
- To: OpenLdap-software <openldap-software@OpenLDAP.org>
- Subject: modrdn err=71 question
- From: matthew sporleder <msporleder@gmail.com>
- Date: Wed, 16 Nov 2005 11:24:15 -0500
- Content-disposition: inline
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type:content-transfer-encoding:content-disposition; b=cYOTfms76NV/ejbtO2NOBDqs+rzYAynGfENksrkI49CY2NFPcsvQFVctpHtxfmm+hfPGEIOAjxyYxx5W6hxMoXIaYjccNESDfoFIZkYXHoCLwscTf7zPAhy3IxG9PS8VyWFNUNhDChHaRmlFaCzV9c6aJYj2sD2rB2VoCYrXnrs=
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