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

CountryName and URL Attribute



Hi!
 I´m using Openldap-2.0.6. I´m trying to create the following entry but the
 last two attributes countryName and url show me error code 65- attribute
not allowed.
 My slapd.conf :
 include /etc/ldap/schema/core.schema
 include /etc/ldap/schema/cosine.schema
 include /etc/ldap/schema/inetorgperson.schema

  Do you know what happen?

 Thanks in advance.

 dn: dc=company, dc=es
 dc: company
 labeledURI: http://www.company.es
 objectClass: dcObject
 objectClass: organization
 objectClass: labeledURIObject
 o: company

 dn: cn=root, dc=company, dc=es
 objectClass: organizationalRole
 cn: root

 dn: ou=Ceti, dc=company, dc=es
 ou: ceti
 objectClass: top
 objectClass: organizationalUnit

  dn: cn=Jose Perez,ou=Ceti, dc=company, dc=es
 displayName: Jose Perez
 givenName: Jose
 objectClass: top
 objectClass: person
 objectClass: organizationalPerson
 objectClass: inetOrgPerson
 ou: Ceti
 cn: Jose Perez
 labeledURI: http://www.company.es
 sn: Perez
 url: http://www.company.es
 countryName: Spain