[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
[no subject]
I have no idea why this ldif is failing. I have the required attrbs,
the proper class and the leftmost field in the dn is placed as an attrib
singly.
WTF?
[2011] ldapadd -v -x -D "cn=root, ou=Admin, dc=sdl, dc=org" -f ken.ldif -w
secret
ldap_initialize( <DEFAULT> )
add objectclass:
person
add sn:
Ingram
add cn:
Ken
adding new entry "cn=Ken, dc=sdl, dc=org"
ldap_add: Invalid syntax
additional info: value contains invalid data
ldif_record() = 21
-- root@gemini [/usr/local/etc/openldap/ldifs] bash --
[2012] cat ken.ldif
dn: cn=Ken, dc=sdl, dc=org
objectclass: person
sn: Ingram
cn: Ken