OpenLDAP con Jxplorer (URGENTE)

Hola,

estoy utilizando jxplorer con openldap, en el fichero sladp.conf puse:

database bdb
suffix "dc=int-evry, dc=fr"
rootdn "cn=manager,dc=int-evry, dc=fr"
rootpw secret
directory ./data/foro

al conectar con jxplorer me conecta bien pero cuando me pongo a importar el fichero example2.ldif que contiene:

dn: dc=int-evry, dc=fr
objectclass: dcobject
dc: int-evry

dn: cn=manager, dc=int-evry, dc=fr
objectclass: person
cn: manager of this database
sn: big chief
description: in fact, is a victim!

dn: ou=INF, dc=int-evry, dc=fr
objectclass: organizationalUnit
ou: INF
ou: Computer Science Department

dn: cn=Bac, ou=INF, dc=int-evry, dc=fr
objectclass: person
cn: C. Bac
sn: Bac
telephoneNumber: 12345
description: a guy working in this department.

me da el siguiente error:

An error occured while processing the LDIF file:
javax.naming.directory.SchemaViolationException: [LDAP: error code 65 - no structural object class provided]; remaining name 'dc=int-evry,dc=fr'

a q puede ser debido?.

Muchas gracias.