[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
ldapadd of LDIF files with attribute 'apple-generateduid' not allowed
- To: openldap-technical@openldap.org
- Subject: ldapadd of LDIF files with attribute 'apple-generateduid' not allowed
- From: "Alexander Hartner" <alex@j2anywhere.com>
- Date: Thu, 21 Feb 2008 11:56:43 -0000 (UTC)
- Importance: Normal
- User-agent: SquirrelMail/1.4.10a
I am trying to import a simple LDIF file into OpenDirectory on OS X
10.5.2 Leopard Server.
However when I issue the following ldapadd command I get an error :
ldapadd -D [rootdn] -x -w [secretPassword] -f Import.ldif
Error : 65 Object class violation"
attribute 'apple-generateduid' not allowed
I would have thought that I had specified apple-generateduid, but I
didn't.
This is my import file
-----------BEGIN-----------
# Alexander Hartner
dn: cn=Alexander Hartner2,cn=people,dc=macbook-znet,dc=local
objectClass: top
objectClass: person
objectClass: inetOrgPerson
displayName: Alexander Hartner2
cn: Alexander Hartner2
givenName: Alexander
sn: Hartner
mail: alex@j2anywhere.com
initials: A
o: j2anywhere.com
-----------END-----------
I know this might not be the best forum for OS X support, but I am a
bit stuck on this.
Thanks in advance.
Alex