mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-24 13:24:56 +08:00
-reenabling LDAP_CACHING
This commit is contained in:
parent
986bcd52a9
commit
ca1da5b89a
@ -574,6 +574,7 @@ meta_back_cache_search(
|
||||
mfilter = op->ors_filterstr;
|
||||
}
|
||||
|
||||
#if 0
|
||||
/*
|
||||
* Maps attributes in filter
|
||||
*/
|
||||
@ -590,6 +591,9 @@ meta_back_cache_search(
|
||||
}
|
||||
mfilter.bv_val = NULL;
|
||||
mfilter.bv_len = 0;
|
||||
#else
|
||||
mapped_filter = (char *) mfilter.bv_val;
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Maps required attributes
|
||||
|
@ -37,9 +37,7 @@
|
||||
|
||||
#ifdef LDAP_DEVEL
|
||||
#define SLAP_EXTENDED_SCHEMA 1
|
||||
/*
|
||||
#define LDAP_CACHING
|
||||
*/
|
||||
#endif
|
||||
|
||||
LDAP_BEGIN_DECL
|
||||
|
Loading…
Reference in New Issue
Block a user