mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-29 19:19:35 -05:00
Making the approx multistring code default. Leaving the old code for now,
but can really be removed.
This commit is contained in:
parent
d4df1af590
commit
159fa1b26c
1 changed files with 1 additions and 1 deletions
|
|
@ -678,7 +678,7 @@ strip8bitChars(
|
|||
return in;
|
||||
}
|
||||
|
||||
#if defined(SLAPD_APPROX_MULTISTRING)
|
||||
#ifndef SLAPD_APPROX_OLDSINGLESTRING
|
||||
|
||||
#if defined(SLAPD_APPROX_INITIALS)
|
||||
#define SLAPD_APPROX_DELIMITER "._ "
|
||||
|
|
|
|||
Loading…
Reference in a new issue