2016-06-12 03:44:45 -04:00
|
|
|
# proxy cache slapd config -- for testing
|
2008-02-11 17:47:32 -05:00
|
|
|
# $OpenLDAP$
|
2003-11-28 15:00:23 -05:00
|
|
|
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
|
|
|
|
|
##
|
2020-01-09 11:50:21 -05:00
|
|
|
## Copyright 1998-2020 The OpenLDAP Foundation.
|
2003-11-28 15:00:23 -05:00
|
|
|
## All rights reserved.
|
|
|
|
|
##
|
|
|
|
|
## Redistribution and use in source and binary forms, with or without
|
|
|
|
|
## modification, are permitted only as authorized by the OpenLDAP
|
|
|
|
|
## Public License.
|
|
|
|
|
##
|
|
|
|
|
## A copy of this license is available in the file LICENSE in the
|
|
|
|
|
## top-level directory of the distribution or, alternatively, at
|
|
|
|
|
## <http://www.OpenLDAP.org/license.html>.
|
|
|
|
|
|
2005-09-28 19:38:15 -04:00
|
|
|
include @SCHEMADIR@/core.schema
|
|
|
|
|
include @SCHEMADIR@/cosine.schema
|
|
|
|
|
include @SCHEMADIR@/inetorgperson.schema
|
|
|
|
|
include @SCHEMADIR@/openldap.schema
|
|
|
|
|
include @SCHEMADIR@/nis.schema
|
2003-06-20 20:21:57 -04:00
|
|
|
|
2005-09-28 19:38:15 -04:00
|
|
|
pidfile @TESTDIR@/slapd.2.pid
|
|
|
|
|
argsfile @TESTDIR@/slapd.2.args
|
2003-06-20 20:21:57 -04:00
|
|
|
|
2003-12-04 06:15:07 -05:00
|
|
|
#mod#modulepath ../servers/slapd/back-@BACKEND@/
|
|
|
|
|
#mod#moduleload back_@BACKEND@.la
|
2004-07-26 16:26:52 -04:00
|
|
|
#ldapmod#modulepath ../servers/slapd/back-ldap/
|
|
|
|
|
#ldapmod#moduleload back_ldap.la
|
|
|
|
|
#monitormod#modulepath ../servers/slapd/back-monitor/
|
|
|
|
|
#monitormod#moduleload back_monitor.la
|
|
|
|
|
#pcachemod#modulepath ../servers/slapd/overlays/
|
|
|
|
|
#pcachemod#moduleload pcache.la
|
2003-11-08 15:43:55 -05:00
|
|
|
|
2003-06-20 20:21:57 -04:00
|
|
|
#######################################################################
|
2003-07-11 19:03:11 -04:00
|
|
|
# database definitions
|
2003-06-20 20:21:57 -04:00
|
|
|
#######################################################################
|
|
|
|
|
|
2003-12-06 06:37:45 -05:00
|
|
|
database ldap
|
2004-04-21 18:14:01 -04:00
|
|
|
suffix "dc=example,dc=com"
|
|
|
|
|
rootdn "dc=example,dc=com"
|
2007-09-12 17:09:04 -04:00
|
|
|
rootpw "secret"
|
2004-07-26 09:45:28 -04:00
|
|
|
uri "@URI1@"
|
2003-12-06 06:37:45 -05:00
|
|
|
|
2007-09-12 17:09:04 -04:00
|
|
|
limits dn="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" size=1
|
|
|
|
|
|
2005-05-26 07:41:34 -04:00
|
|
|
overlay pcache
|
2009-08-21 09:25:38 -04:00
|
|
|
pcache @BACKEND@ 100 2 @ENTRY_LIMIT@ @CCPERIOD@
|
|
|
|
|
pcacheattrset 0 sn cn title uid
|
|
|
|
|
pcacheattrset 1 mail postaladdress telephonenumber cn uid
|
|
|
|
|
pcachetemplate (|(cn=)(sn=)) 0 @TTL@ @NTTL@ @STTL@
|
|
|
|
|
pcachetemplate (sn=) 0 @TTL@ @NTTL@ @STTL@
|
|
|
|
|
pcachetemplate (uid=) 1 @TTL@ @NTTL@ @STTL@
|
|
|
|
|
pcachetemplate (mail=) 0 @TTL@ @NTTL@ @STTL@
|
|
|
|
|
pcachetemplate (&(objectclass=)(uid=)) 1 @TTL@ @NTTL@ @STTL@ @TTR@
|
|
|
|
|
pcachebind (&(objectclass=person)(uid=)) 1 @BTTR@ sub "ou=Alumni Association,ou=people,dc=example,dc=com"
|
2007-09-12 17:09:04 -04:00
|
|
|
|
2015-08-04 08:27:01 -04:00
|
|
|
#mdb#dbnosync
|
2007-06-14 18:29:29 -04:00
|
|
|
|
2009-11-29 13:38:04 -05:00
|
|
|
#~null~#directory @TESTDIR@/db.2.a
|
2011-09-01 07:43:55 -04:00
|
|
|
#indexdb#index objectClass eq
|
|
|
|
|
#indexdb#index cn,sn,uid,mail pres,eq,sub
|
2008-08-26 17:48:17 -04:00
|
|
|
#ndb#dbname db_2
|
|
|
|
|
#ndb#include @DATADIR@/ndb.conf
|
2007-06-14 18:29:29 -04:00
|
|
|
|
2005-08-07 06:01:53 -04:00
|
|
|
#monitor#database monitor
|