xref: /netbsd-src/external/bsd/openldap/dist/tests/data/slapd-proxyauthz.conf (revision 2718af68c3efc72c9769069b5c7f9ed36f6b9def)
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-2021 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
16include		@SCHEMADIR@/core.schema
17include		@SCHEMADIR@/cosine.schema
18include		@SCHEMADIR@/inetorgperson.schema
19include		@SCHEMADIR@/openldap.schema
20include		@SCHEMADIR@/nis.schema
21
22pidfile		@TESTDIR@/slapd.2.pid
23argsfile	@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#pcachemod#modulepath ../servers/slapd/overlays/
30#pcachemod#moduleload pcache.la
31
32
33#######################################################################
34# database definitions
35#######################################################################
36
37database	ldap
38suffix          "dc=example,dc=com"
39rootdn          "dc=example,dc=com"
40rootpw		"secret"
41uri		"@URI1@"
42
43limits		dn="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" size=1
44
45idassert-bind bindmethod=simple binddn="cn=Manager,dc=example,dc=com" credentials="secret"
46  mode=self authz=proxyauthz flags="override"
47
48idassert-authzFrom  "dn.children:dc=example,dc=com"
49
50#authz=proxyauthz
51
52overlay		pcache
53pcache	@BACKEND@ 100 2 @ENTRY_LIMIT@ @CCPERIOD@
54pcacheattrset 0  	sn cn title uid
55pcacheattrset 1  	mail postaladdress telephonenumber cn uid
56pcachetemplate   	(|(cn=)(sn=)) 0 @TTL@ @NTTL@ @STTL@
57pcachetemplate   	(sn=) 0 @TTL@ @NTTL@ @STTL@
58pcachetemplate   	(uid=) 1 @TTL@ @NTTL@ @STTL@
59pcachetemplate   	(mail=) 0 @TTL@ @NTTL@ @STTL@
60pcachetemplate   	(&(objectclass=)(uid=)) 1 @TTL@ @NTTL@ @STTL@ @TTR@
61pcachetemplate   	(cn=) 0 86400 86400 86400 180
62
63pcachebind		(cn=) 0 3600 sub ou=people,dc=example,dc=com
64
65#mdb#dbnosync
66
67#~null~#directory	@TESTDIR@/db.2.a
68#indexdb#index		objectClass	eq
69#indexdb#index		cn,sn,uid,mail	pres,eq,sub
70#ndb#dbname db_2
71#ndb#include @DATADIR@/ndb.conf
72
73database	monitor
74