]> git.sur5r.net Git - openldap/blob - servers/slapd/back-meta/data/slapd-meta-plain.conf
conversion to berval DN
[openldap] / servers / slapd / back-meta / data / slapd-meta-plain.conf
1 #
2 # master slapd config -- for testing of ldap metadirectory
3 #
4 ucdata-path     ./ucdata
5 include         ./schema/core.schema
6 include         ./schema/cosine.schema
7 include         ./schema/inetorgperson.schema
8 #
9 schemacheck     off
10 #
11 pidfile         ./meta-db/slapd.pid
12 argsfile        ./meta-db/slapd.args
13
14 access to attr=userPassword
15         by anonymous auth
16         by self write
17
18 access to * 
19         by * read
20                         
21 #######################################################################
22 # ldbm database definitions
23 #######################################################################
24
25 include         ./slapd-ldbm.conf
26
27 #######################################################################
28 # ldap database with suffix massage definitions
29 #######################################################################
30
31 include         ./slapd-ldap.conf
32
33 #######################################################################
34 # meta database definitions
35 #######################################################################
36
37 database        meta
38 suffix          "dc=example,dc=com"
39 dncache-ttl     forever
40 uri             "ldap://localhost:@PORT@/ou=People,dc=foo,dc=example,dc=com"
41 uri             "ldap://localhost:@PORT@/ou=People,dc=bar,dc=example,dc=com"
42 uri             "ldap://localhost:@PORT@/ou=Groups,dc=bar,dc=example,dc=com"
43