defaultaccess read access to attr=userpassword by self write by * compare
access to attr=mail by self write by * read
include /etc/openldap/slapd.at.conf
include /etc/openldap/slapd.oc.conf
schemacheck off
#referral ldap://sunshine.mccc.net
pidfile /var/run/slapd.pid
argsfile /var/run/slapd.args
########################################
# ldbm database definitions
########################################
database ldbm #suffix "dc=your-domain, dc=com"
#suffix "o=Your Organization Name, c=US"
suffix "o=mccc, c=US" directory /usr/tmp
rootdn "cn=root, o=mccc, c=US" rootpw secret
#replica host=zx.mccc.net:389 binddn="ou=people, o=mccc, c=US" bindmethod=simple
|