openldap: update to 2.6.8
[openadk.git] / package / openldap / files / slapd.conf
blobdf18922e501716644ff63d1cb42f96984d5e4d98
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 #######################################################################
18 database        mdb
19 suffix          "o=openadk"
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.
24 rootpw          linux123
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
29 # Indices to maintain
30 index   objectClass     eq