From: Quanah Gibson-Mount Date: Thu, 27 Apr 2023 16:31:58 +0000 (+0000) Subject: ITS#10033 - Remove references to back-bdb/hdb cachesize parameter X-Git-Tag: OPENLDAP_REL_ENG_2_5_15~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8f379c6c97bdf6e1eff89d112a860247a09cd14;p=thirdparty%2Fopenldap.git ITS#10033 - Remove references to back-bdb/hdb cachesize parameter --- diff --git a/doc/guide/admin/aspell.en.pws b/doc/guide/admin/aspell.en.pws index 63d3f0ee11..67bd34635f 100644 --- a/doc/guide/admin/aspell.en.pws +++ b/doc/guide/admin/aspell.en.pws @@ -680,7 +680,6 @@ affectsMultipleDSAs Preprocessor lastName lldap -cachesize slapauth attributeType attributetype diff --git a/doc/guide/admin/overlays.sdf b/doc/guide/admin/overlays.sdf index 20e4b938f5..47cb7b8a84 100644 --- a/doc/guide/admin/overlays.sdf +++ b/doc/guide/admin/overlays.sdf @@ -783,8 +783,8 @@ at server {{EX:ldap.example.com}}. > pcacheTemplate (&(sn=)(givenName=)) 0 3600 > pcacheTemplate (&(departmentNumber=)(secretary=*)) 0 3600 > -> cachesize 20 > directory ./testrun/db.2.a +> maxsize 1073741824 > index objectClass eq > index cn,sn,uid,mail pres,eq,sub @@ -817,7 +817,7 @@ at server {{EX:ldap.example.com}}. > objectClass: olcPcacheDatabase > olcDatabase: {0}mdb > olcDbDirectory: ./testrun/db.2.a -> olcDbCacheSize: 20 +> olcDbMaxSize: 1073741824 > olcDbIndex: objectClass eq > olcDbIndex: cn,sn,uid,mail pres,eq,sub diff --git a/doc/man/man5/slapo-pcache.5 b/doc/man/man5/slapo-pcache.5 index 1425897905..3cfd7f2edd 100644 --- a/doc/man/man5/slapo-pcache.5 +++ b/doc/man/man5/slapo-pcache.5 @@ -208,7 +208,7 @@ shown here: .RS .nf directory /var/tmp/cache -cachesize 100 +maxsize 1073741824 .fi .RE .LP