]> git.sur5r.net Git - openldap/blob - servers/slapd/slapd.conf
cleanup
[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 #       Allow read access of root DSE
37 #       Allow self write access
38 #       Allow authenticated users read access
39 #       Allow anonymous users to authenticate
40 # Directives needed to implement policy:
41 #access to dn.base="" by * read
42 #access to *
43 #       by self write
44 #       by users read
45 #       by anonymous auth
46 #
47 # if no access controls are present, the default policy is:
48 #       Allow read by all
49 #
50 # rootdn can always write!
51
52 #######################################################################
53 # ldbm database definitions
54 #######################################################################
55
56 database        bdb
57 suffix          "dc=my-domain,dc=com"
58 rootdn          "cn=Manager,dc=my-domain,dc=com"
59 # Cleartext passwords, especially for the rootdn, should
60 # be avoid.  See slappasswd(8) and slapd.conf(5) for details.
61 # Use of strong authentication encouraged.
62 rootpw          secret
63 # The database directory MUST exist prior to running slapd AND 
64 # should only be accessible by the slapd/tools. Mode 700 recommended.
65 directory       %LOCALSTATEDIR%/openldap-data
66 # Indices to maintain
67 index   objectClass     eq