mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
enable indexing
This commit is contained in:
parent
47b18c9a51
commit
009a9640d4
@ -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 New Issue
Block a user