]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
Merge in all devel changes since 2.0-alpha2.
[openldap] / servers / slapd / slapd.conf
1 # $OpenLDAP$
2 #
3 # See slapd.conf(5) for details on configuration options.
4 # This file should NOT be world readable.
5 #
6 include         %SYSCONFDIR%/slapd.at.conf
7 include         %SYSCONFDIR%/slapd.oc.conf
8 schemacheck     off
9
10 #referral       ldap://root.openldap.org
11
12 pidfile         %LOCALSTATEDIR%/slapd.pid
13 argsfile        %LOCALSTATEDIR%/slapd.args
14
15 #######################################################################
16 # ldbm database definitions
17 #######################################################################
18
19 database        ldbm
20 suffix          "dc=your-domain, dc=com"
21 #suffix         "o=Your Organization Name, c=US"
22 directory       /usr/tmp
23 rootdn          "cn=root, dc=your-domain, dc=com"
24 #rootdn         "cn=root, o=Your Organization Name, c=US"
25 rootpw          secret
26 # cleartext passwords, especially for the rootdn, should
27 # be avoid.  See slapd.conf(5) for details.
28
29