Je sous RedHat et voici mon slapd.conf
include /etc/openldap/schema/appli.schema
include /etc/openldap/schema/core.schema
include /etc/openldap/schema/cosine.schema
include /etc/openldap/schema/inetorgperson.schema
include /etc/openldap/schema/nis.schema
include /etc/openldap/schema/redhat/autofs.schema
include /etc/openldap/schema/redhat/kerberosobject.schema
database ldbm
suffix "dc=Securite, dc=fr"
rootdn "cn=admin, dc=Securite, dc=fr"
rootpw {SSHA}pJJCMGeqh/t08k/3BDYmVXrrluu3oSEu
directory /var/lib/ldap
access to attr=userPassword
by anonymous auth
access to *
by self read
by dn.exact="cn=lemonldap,dc=Domaine de la Securite, dc=fr" read
defaultaccess none
Merci!