rootpw secret
#######################################################################
-# mdb database definitions
-#
-# replace example and com below with a suitable domain
-#
-# If you don't have a domain you can leave it since example.com
-# is reserved for experimentation or change them to my and inc
-#
+# mdb database definitions can be added here, or added by ldapadd
#######################################################################
-
-database mdb
-suffix "dc=nodomain"
-
-# root or superuser
-rootdn "cn=admin,dc=nodomain"
-rootpw secret
-# The database directory MUST exist prior to running slapd AND
-# change path as necessary
-directory /tmp/ldap/db/
-
-# other database parameters
-# read more in slapd.conf reference section
-checkpoint 128 15