~ttx/openldap/lucid-gssapi-495418

« back to all changes in this revision

Viewing changes to tests/data/slapd-proxycache.conf

  • Committer: Bazaar Package Importer
  • Author(s): Mathias Gug
  • Date: 2009-09-07 13:41:10 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20090907134110-rsnlhy8b0r21p9bg
Tags: 2.4.18-0ubuntu1
* New upstream release: (LP: #419515):
  + pcache overlay supports disconnected mode.
* Fix nss overlay load (LP: #417163).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# proxy cache slapd config 
2
 
# $OpenLDAP: pkg/ldap/tests/data/slapd-proxycache.conf,v 1.24.2.8 2009/01/22 00:01:16 kurt Exp $
 
2
# $OpenLDAP: pkg/ldap/tests/data/slapd-proxycache.conf,v 1.24.2.9 2009/08/25 21:24:47 quanah Exp $
3
3
## This work is part of OpenLDAP Software <http://www.openldap.org/>.
4
4
##
5
5
## Copyright 1998-2009 The OpenLDAP Foundation.
44
44
limits          dn="cn=Bjorn Jensen,ou=Information Technology Division,ou=People,dc=example,dc=com" size=1
45
45
 
46
46
overlay         pcache
47
 
proxycache      @BACKEND@ 100 2 @ENTRY_LIMIT@ @CACHETTL@
48
 
proxyattrset 0          sn cn title uid
49
 
proxyattrset 1          mail postaladdress telephonenumber cn uid
50
 
proxytemplate           (|(cn=)(sn=)) 0 @CACHETTL@ @NCACHETTL@ @SCACHETTL@
51
 
proxytemplate           (sn=) 0 @CACHETTL@ @NCACHETTL@ @SCACHETTL@
52
 
proxytemplate           (uid=) 1 @CACHETTL@ @NCACHETTL@ @SCACHETTL@
53
 
proxytemplate           (mail=) 0 @CACHETTL@ @NCACHETTL@ @SCACHETTL@
 
47
pcache  @BACKEND@ 100 2 @ENTRY_LIMIT@ @CCPERIOD@
 
48
pcacheattrset 0         sn cn title uid
 
49
pcacheattrset 1         mail postaladdress telephonenumber cn uid
 
50
pcachetemplate          (|(cn=)(sn=)) 0 @TTL@ @NTTL@ @STTL@
 
51
pcachetemplate          (sn=) 0 @TTL@ @NTTL@ @STTL@
 
52
pcachetemplate          (uid=) 1 @TTL@ @NTTL@ @STTL@
 
53
pcachetemplate          (mail=) 0 @TTL@ @NTTL@ @STTL@
 
54
pcachetemplate          (&(objectclass=)(uid=)) 1 @TTL@ @NTTL@ @STTL@ @TTR@
 
55
pcachebind              (&(objectclass=person)(uid=)) 1 @BTTR@ sub "ou=Alumni Association,ou=people,dc=example,dc=com"
54
56
 
55
57
#bdb#cachesize 20
56
58
#hdb#cachesize 20