]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
Added connection initialisation and destruction notification. Now backends can regist...
[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
9 #referral       ldap://root.openldap.org
10
11 pidfile         %LOCALSTATEDIR%/slapd.pid
12 argsfile        %LOCALSTATEDIR%/slapd.args
13
14 #######################################################################
15 # ldbm database definitions
16 #######################################################################
17
18 database        ldbm
19 suffix          "dc=your-domain, dc=com"
20 #suffix         "o=Your Organization Name, c=US"
21 directory       /usr/tmp
22 rootdn          "cn=root, dc=your-domain, dc=com"
23 #rootdn         "cn=root, o=Your Organization Name, c=US"
24 rootpw          secret
25 # cleartext passwords, especially for the rootdn, should
26 # be avoid.  See slapd.conf(5) for details.
27
28