Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
009a9640
Commit
009a9640
authored
Mar 01, 2003
by
Kurt Zeilenga
Browse files
enable indexing
parent
47b18c9a
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/mr.c
View file @
009a9640
...
...
@@ -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
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment