]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
Don't reeval expression
[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_bdb.la
20 # moduleload    back_ldap.la
21 # moduleload    back_ldbm.la
22 # moduleload    back_passwd.la
23 # moduleload    back_shell.la
24
25 # Sample security restrictions
26 #
27 #   Disallow clear text exchange of passwords
28 # disallow bind_simple_unprotected
29 #
30 #       Require integrity protection (prevent hijacking)
31 #       Require 112-bit (3DES or better) encryption for updates
32 #       Require 63-bit encryption for simple bind
33 # security ssf=1 update_ssf=112 simple_bind=64
34
35 # Sample access control policy:
36 #       Root DSE: allow anyone to read it
37 #       Other DSEs:
38 #               Allow self write access
39 #               Allow authenticated users read access
40 #               Allow anonymous users to authenticate
41 #       Directives needed to implement policy:
42 # access to dn.base="" by * read
43 # access to *
44 #       by self write
45 #       by users read
46 #       by anonymous auth
47 #
48 # if no access controls are present, the default policy is:
49 #       Allow read by all
50 #
51 # rootdn can always write!
52
53 #######################################################################
54 # ldbm database definitions
55 #######################################################################
56
57 database        bdb
58 suffix          "dc=my-domain,dc=com"
59 rootdn          "cn=Manager,dc=my-domain,dc=com"
60 # Cleartext passwords, especially for the rootdn, should
61 # be avoid.  See slappasswd(8) and slapd.conf(5) for details.
62 # Use of strong authentication encouraged.
63 rootpw          secret
64 # The database directory MUST exist prior to running slapd AND 
65 # should only be accessible by the slapd/tools. Mode 700 recommended.
66 directory       %LOCALSTATEDIR%/openldap-data
67 # Indices to maintain
68 index   objectClass     eq