[Date Prev][Date Next] [Chronological] [Thread] [Top]

problem adding countryName



Hello,

I'm having difficulty adding the following:

  dn: c=US

My LDIF for this record was nominally:

  dn: c=US
  objectClass: top
  objectclass: name
  objectclass: countryName
  c: US

This fails:

  adding new entry "c=US"
  ldap_add: Object class violation
          additional info: unrecognized objectClass 'countryName'
  ldif_record() = 65

I have the core.schema defined in slapd.conf. What am I missing?

--Jubal