On 05/27/11 06:07 PM, Philip Guenther wrote:
On Fri, 27 May 2011, Ian Collins wrote:
I am trying to import data from another server into OpenLDAP and I've hit a snag with some dns which contain multiple cn entries:
cn=Services_PM_Champions,cn=Services_PM_Team,ou=groups,o=staff,dc=client
ADD is failing with error 32 (No such object):
Well, does the parent DN: cn=Services_PM_Team,ou=groups,o=staff,dc=client
exist?
That's a good point. Looking at the source server, no yes it does. It looks like the entries are being inserted in alphabetical order, rather than parent first.
Thanks.