1 # See slapd.conf(5) for details on configuration options.
2 # This file should NOT be world readable.
4 include /etc/openldap/schema/core.schema
6 pidfile /var/run/slapd.pid
7 argsfile /var/run/slapd.args
9 # Load dynamic backend modules:
10 # modulepath /usr/sbin/openldap
11 # moduleload back_bdb.la
12 # moduleload back_hdb.la
13 # moduleload back_ldap.la
15 #######################################################################
16 # MDB database definitions
17 #######################################################################
20 rootdn "cn=admin,o=openadk"
21 # Cleartext passwords, especially for the rootdn, should
22 # be avoid. See slappasswd(8) and slapd.conf(5) for details.
23 # Use of strong authentication encouraged.
25 # The database directory MUST exist prior to running slapd AND
26 # should only be accessible by the slapd and slap tools.
27 # Mode 700 recommended.
28 directory /etc/openldap-data