]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
Don't try to free NULL idl. Did not cause a problem, though, as
[openldap] / servers / slapd / slapd.conf
1 #
2 # See slapd.conf(5) for details on configuration options.
3 # This file should NOT be world readable.
4 #
5 include         %SYSCONFDIR%/slapd.at.conf
6 include         %SYSCONFDIR%/slapd.oc.conf
7 schemacheck     off
8 referral        ldap://ldap.itd.umich.edu
9
10 pidfile         %LOCALSTATEDIR%/slapd.pid
11 argsfile        %LOCALSTATEDIR%/slapd.args
12
13 #######################################################################
14 # ldbm database definitions
15 #######################################################################
16
17 database        ldbm
18 suffix          "dc=your-domain, dc=com"
19 #suffix         "o=Your Organization Name, c=US"
20 directory       /usr/tmp
21 rootdn          "cn=root, dc=your-domain, dc=com"
22 #rootdn         "cn=root, o=Your Organization Name, c=US"
23 rootpw          secret
24 # cleartext passwords, especially for the rootdn, should
25 # be avoid.  See slapd.conf(5) for details.
26
27