]> git.sur5r.net Git - openldap/blob - tests/data/regressions/its4184/slapd.conf
add data to test regression of ITS#4184
[openldap] / tests / data / regressions / its4184 / slapd.conf
1 # $OpenLDAP$
2 #
3 # ITS 4184 slapd.conf
4
5 include         @SCHEMADIR@/core.schema
6 include         @SCHEMADIR@/cosine.schema
7 include         @SCHEMADIR@/nis.schema
8 include         @SCHEMADIR@/misc.schema
9
10 pidfile         @TESTDIR@/slapd.pid
11 argsfile        @TESTDIR@/slapd.args
12
13 #mod#modulepath ../servers/slapd/back-@BACKEND@/
14 #mod#moduleload back_@BACKEND@.la
15
16 loglevel        0
17
18 # ACL issue: with this ACL doesn't show up
19 #access to * by * write
20
21 # database access control definitions
22 access to attrs=userPassword
23         by self write
24         by group="cn=A Group,ou=Groups,dc=example,dc=com" write
25         by group="cn=Another Group,ou=Groups,dc=example,dc=com" write
26         by anonymous auth
27
28 access to *
29         by self write
30         by group="cn=Another Group,ou=Groups,dc=example,dc=com" write
31         by * read
32
33 #######################################################################
34 # ldbm database definitions
35 #######################################################################
36
37 database        @BACKEND@
38 suffix          "ou=Special,dc=example,dc=com"
39 subordinate
40 rootdn          "cn=Manager,dc=example,dc=com"
41 directory       @TESTDIR@/db.2.a
42
43 # Indices to maintain
44 #bdb#index              default pres,eq
45 #bdb#index              sn pres,eq,sub
46 #hdb#index              default pres,eq
47 #hdb#index              sn pres,eq,sub
48
49 database        @BACKEND@
50 suffix          "dc=example,dc=com"
51 rootdn          "cn=Manager,dc=example,dc=com"
52 rootpw          secret
53 directory       @TESTDIR@/db.1.a
54
55 # Indices to maintain
56 #bdb#index              default pres,eq
57 #bdb#index              sn pres,eq,sub
58 #bdb#index              objectClass eq
59 #hdb#index              default pres,eq
60 #hdb#index              sn pres,eq,sub
61 #hdb#index              objectClass eq
62