Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
a97dfcb6
Commit
a97dfcb6
authored
Sep 04, 2007
by
Quanah Gibson-Mount
Browse files
authzMatch IS octetStringMatch
parent
22c18d0c
Changes
2
Hide whitespace changes
Inline
Side-by-side
servers/slapd/saslauthz.c
View file @
a97dfcb6
...
...
@@ -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
,
...
...
servers/slapd/schema_init.c
View file @
a97dfcb6
...
...
@@ -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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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