mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
authzMatch IS octetStringMatch
This commit is contained in:
parent
4edd5cca23
commit
56d9a93ad4
@ -458,20 +458,6 @@ done:
|
||||
return( rc );
|
||||
}
|
||||
|
||||
#if 0
|
||||
int
|
||||
authzMatch(
|
||||
int *matchp,
|
||||
slap_mask_t flags,
|
||||
Syntax *syntax,
|
||||
MatchingRule *mr,
|
||||
struct berval *value,
|
||||
void *assertedValue )
|
||||
{
|
||||
return octetStringMatch( matchp, flags, syntax, mr, value, assertedValue );
|
||||
}
|
||||
#endif
|
||||
|
||||
static int
|
||||
authzPrettyNormal(
|
||||
struct berval *val,
|
||||
|
@ -55,7 +55,6 @@
|
||||
#define csnIndexer generalizedTimeIndexer
|
||||
#define csnFilter generalizedTimeFilter
|
||||
|
||||
/* FIXME: temporary */
|
||||
#define authzMatch octetStringMatch
|
||||
|
||||
unsigned int index_substr_if_minlen = SLAP_INDEX_SUBSTR_IF_MINLEN_DEFAULT;
|
||||
|
Loading…
Reference in New Issue
Block a user