# /etc/openldap/slapd.conf

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 /usr/share/evolution/1.4/evolutionperson.schema

pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
directory /var/lib/ldap

database bdb
suffix "dc=YourDomain,dc=com"
rootdn "cn=Manager,dc=YourDomain,dc=com"
rootpw {SSHA}Vt0VDUy886qaEAy282oneQrA2HeGDp9J

# necessary for evolution writes
allow bind_v2

