]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
Modify slapd.conf to match example provided in Quick Start Guide
[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
9 # Define global ACLs to disable default read access.
10
11 # Do not enable referrals until AFTER you have a working directory
12 # service AND an understanding of referrals.
13 #referral       ldap://root.openldap.org
14
15 pidfile         %LOCALSTATEDIR%/slapd.pid
16 argsfile        %LOCALSTATEDIR%/slapd.args
17
18 #######################################################################
19 # ldbm database definitions
20 #######################################################################
21
22 database        ldbm
23 suffix          "dc=my-domain, dc=com"
24 #suffix         "o=My Organization Name, c=US"
25 rootdn          "cn=Manager, dc=my-domain, dc=com"
26 #rootdn         "cn=Manager, o=My Organization Name, c=US"
27 rootpw          secret
28 # cleartext passwords, especially for the rootdn, should
29 # be avoid.  See slapd.conf(5) for details.
30 directory       /usr/tmp
31