]> git.sur5r.net Git - openldap/blob - tests/data/slapd-proxyauthz.conf
Happy New Year
[openldap] / tests / data / slapd-proxyauthz.conf
1 # proxy cache slapd config -- for testing
2 # $OpenLDAP$
3 ## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4 ##
5 ## Copyright 1998-2018 The OpenLDAP Foundation.
6 ## All rights reserved.
7 ##
8 ## Redistribution and use in source and binary forms, with or without
9 ## modification, are permitted only as authorized by the OpenLDAP
10 ## Public License.
11 ##
12 ## A copy of this license is available in the file LICENSE in the
13 ## top-level directory of the distribution or, alternatively, at
14 ## <http://www.OpenLDAP.org/license.html>.
15
16 include         @SCHEMADIR@/core.schema
17 include         @SCHEMADIR@/cosine.schema
18 include         @SCHEMADIR@/inetorgperson.schema
19 include         @SCHEMADIR@/openldap.schema
20 include         @SCHEMADIR@/nis.schema
21
22 pidfile         @TESTDIR@/slapd.2.pid
23 argsfile        @TESTDIR@/slapd.2.args
24
25 #mod#modulepath ../servers/slapd/back-@BACKEND@/
26 #mod#moduleload back_@BACKEND@.la
27 #ldapmod#modulepath     ../servers/slapd/back-ldap/
28 #ldapmod#moduleload     back_ldap.la
29 #monitormod#modulepath ../servers/slapd/back-monitor/
30 #monitormod#moduleload back_monitor.la
31 #pcachemod#modulepath ../servers/slapd/overlays/
32 #pcachemod#moduleload pcache.la
33
34
35 #######################################################################
36 # database definitions
37 #######################################################################
38
39 database        ldap
40 suffix          "dc=example,dc=com"
41 rootdn          "dc=example,dc=com"
42 rootpw          "secret"
43 uri             "@URI1@"
44
45 limits          dn="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" size=1
46
47 idassert-bind bindmethod=simple binddn="cn=Manager,dc=example,dc=com" credentials="secret" 
48   mode=self authz=proxyauthz flags="override"
49   
50 idassert-authzFrom  "dn.children:dc=example,dc=com"
51
52 #authz=proxyauthz
53
54 overlay         pcache
55 pcache  @BACKEND@ 100 2 @ENTRY_LIMIT@ @CCPERIOD@
56 pcacheattrset 0         sn cn title uid
57 pcacheattrset 1         mail postaladdress telephonenumber cn uid
58 pcachetemplate          (|(cn=)(sn=)) 0 @TTL@ @NTTL@ @STTL@
59 pcachetemplate          (sn=) 0 @TTL@ @NTTL@ @STTL@
60 pcachetemplate          (uid=) 1 @TTL@ @NTTL@ @STTL@
61 pcachetemplate          (mail=) 0 @TTL@ @NTTL@ @STTL@
62 pcachetemplate          (&(objectclass=)(uid=)) 1 @TTL@ @NTTL@ @STTL@ @TTR@
63 pcachetemplate          (cn=) 0 86400 86400 86400 180
64
65 pcachebind              (cn=) 0 3600 sub ou=people,dc=example,dc=com
66
67 #bdb#cachesize 20
68 #hdb#cachesize 20
69 #bdb#dbnosync
70 #hdb#dbnosync
71 #mdb#dbnosync
72
73 #~null~#directory       @TESTDIR@/db.2.a
74 #indexdb#index          objectClass     eq
75 #indexdb#index          cn,sn,uid,mail  pres,eq,sub
76 #ndb#dbname db_2
77 #ndb#include @DATADIR@/ndb.conf
78
79 #monitor#database       monitor