]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
Add "index objectClass eq"
[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%/schema/core.schema
7
8 # Define global ACLs to disable default read access.
9
10 # Do not enable referrals until AFTER you have a working directory
11 # service AND an understanding of referrals.
12 #referral       ldap://root.openldap.org
13
14 pidfile         %LOCALSTATEDIR%/slapd.pid
15 argsfile        %LOCALSTATEDIR%/slapd.args
16
17 # Load dynamic backend modules:
18 # modulepath    %MODULEDIR%
19 # moduleload    back_ldap.la
20 # moduleload    back_ldbm.la
21 # moduleload    back_passwd.la
22 # moduleload    back_shell.la
23
24 #######################################################################
25 # ldbm database definitions
26 #######################################################################
27
28 database        ldbm
29 suffix          "dc=my-domain, dc=com"
30 #suffix         "o=My Organization Name, c=US"
31 rootdn          "cn=Manager, dc=my-domain, dc=com"
32 #rootdn         "cn=Manager, o=My Organization Name, c=US"
33 # Cleartext passwords, especially for the rootdn, should
34 # be avoid.  See slappasswd(8) and slapd.conf(5) for details.
35 # Use of strong authentication encouraged.
36 rootpw          secret
37 # The database directory MUST exist prior to running slapd AND 
38 # should only be accessable by the slapd/tools. Mode 700 recommended.
39 directory       %LOCALSTATEDIR%/openldap-ldbm
40 # Indices to maintain
41 index   objectClass     eq