]> git.sur5r.net Git - openldap/blob - servers/slapd/back-meta/data/slapd-ldap-rewrite.conf
Do not return pointers into BerElement we do not own
[openldap] / servers / slapd / back-meta / data / slapd-ldap-rewrite.conf
1 #
2 # master slapd config -- for testing of ldap metadirectory rewrite
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 dn.regex="[^,]+,ou=People,dc=[^,]+,o=Foo Bar,c=US" attr=sn
19         by group.exact="cn=Users,ou=Groups,dc=bar,o=Foo Bar,c=US" read
20         by * none
21
22 access to dn.regex="[^,]+,ou=Groups,dc=[^,]+,o=Foo Bar,c=US" attr=cn
23         by group.exact="cn=Users,ou=Groups,dc=bar,o=Foo Bar,c=US" read
24         by * none
25
26 #access to dn.regex="[^,]+,ou=Groups,dc=[^,]+,o=Foo Bar,c=US" attr=cn
27 #       by dnattr=member read
28 #       by * none
29
30 access to * 
31         by * read
32
33 #######################################################################
34 # ldap database with suffix massage definitions
35 #######################################################################
36
37 include         ./slapd-ldap.conf
38
39 #######################################################################
40 # ldbm database definitions
41 #######################################################################
42
43 include         ./slapd-ldbm.conf
44
45