[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
migrating contents from openldap-2.1 to openldap-2.3.37
- To: openldap-technical@openldap.org
- Subject: migrating contents from openldap-2.1 to openldap-2.3.37
- From: Michael Kershaw <mike.kershaw@gmail.com>
- Date: Tue, 16 Aug 2011 12:20:39 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; bh=rXBDJ0JW6xNCSnoid/G11PDpgIHeGneYtbPJjaw+V4s=; b=ZoTMtQU/UAwbug2T7WKRLHI/hANh9O+/qJun1F4Nqs08prK5VeqkmMN/0eEs7VpUO8 J63IpHY4pM2oLN6zgOvycw1yLneuQbI+Ep+8kHxSJxti7T186wiZhhI3lRyfvKNxc2bu dYxbhEws5SyJfvmiXm9MKFJT5cLUWMtw/v/ak=
All,
I've currently been tasked with migrating the contents of a contained
ldap environment running openldap-2.1 to a new development server
running sles11 with openldap-2.3.37. I've begun to populate the new
environment, but have hit an "Invalid DN syntax" error that I'm not
quite sure how to get around yet. I'm new to ldap from a server point
of view, so I'm learning as I chug through this.
This piece is what's in the existing 2.1:
dn: group-name=EDI Technician,ou=group,ou=edi,dc=coat,dc=com
objectClass: group-roles
group-name: EDI Technician
roles: EDI Technician
And when I go to add:
ldapadd -x -W -D "cn=edi_admin,ou=edi,dc=coat,dc=com" -f ./edi-tech_roles.ldif
Enter LDAP Password:
adding new entry "group-name=EDI Technician,ou=group,ou=edi,dc=coat,dc=com"
ldap_add: Invalid DN syntax (34)
additional info: invalid DN
Is it the "group-name" that's no longer valid syntax? If so, is there
an equivalent?
Any help is appreciated!
Mike