mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-17 12:24:19 -05:00
enable indexing
This commit is contained in:
parent
47b18c9a51
commit
009a9640d4
1 changed files with 2 additions and 4 deletions
|
|
@ -180,13 +180,11 @@ mr_add(
|
|||
smr->smr_compat_syntaxes = compat_syn;
|
||||
smr->smr_normalize = def->mrd_normalize;
|
||||
smr->smr_match = def->mrd_match;
|
||||
#ifdef SLAP_NVALUES
|
||||
/* disable indexing for now */
|
||||
#else
|
||||
#ifndef SLAP_NVALUES
|
||||
smr->smr_convert = def->mrd_convert;
|
||||
#endif
|
||||
smr->smr_indexer = def->mrd_indexer;
|
||||
smr->smr_filter = def->mrd_filter;
|
||||
#endif
|
||||
smr->smr_associated = amr;
|
||||
|
||||
if ( smr->smr_syntax_oid ) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue