From 90917242c6b0ff5029f73fca61516534d7a45430 Mon Sep 17 00:00:00 2001 From: Howard Chu Date: Mon, 25 Mar 2013 08:56:03 -0700 Subject: [PATCH] Fix bdb/hdb in example --- doc/guide/admin/overlays.sdf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guide/admin/overlays.sdf b/doc/guide/admin/overlays.sdf index 8e2c81e526..9198bad156 100644 --- a/doc/guide/admin/overlays.sdf +++ b/doc/guide/admin/overlays.sdf @@ -774,7 +774,7 @@ at server {{EX:ldap.example.com}}. > rootdn "dc=example,dc=com" > uri ldap://ldap.example.com/ > overlay pcache -> pcache bdb 100000 1 1000 100 +> pcache hdb 100000 1 1000 100 > pcacheAttrset 0 mail postaladdress telephonenumber > pcacheTemplate (sn=) 0 3600 > pcacheTemplate (&(sn=)(givenName=)) 0 3600 @@ -803,7 +803,7 @@ at server {{EX:ldap.example.com}}. > objectClass: olcOverlayConfig > objectClass: olcPcacheConfig > olcOverlay: {0}pcache -> olcPcache: bdb 100000 1 1000 100 +> olcPcache: hdb 100000 1 1000 100 > olcPcacheAttrset: 0 mail postalAddress telephoneNumber > olcPcacheTemplate: "(sn=)" 0 3600 0 0 0 > olcPcacheTemplate: "(&(sn=)(givenName=))" 0 3600 0 0 0 -- 2.39.5