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
855c22d8
Commit
855c22d8
authored
Mar 26, 2004
by
Kurt Zeilenga
Browse files
Add numericStringOrderingMatch rule (ITS#2988)
parent
7e6ce4cc
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
855c22d8
...
...
@@ -2889,7 +2889,6 @@ char *objectIdentifierFirstComponentMatchSyntaxes[] = {
/*
* Other matching rules in X.520 that we do not use (yet):
*
* 2.5.13.9* numericStringOrderingMatch
* 2.5.13.25 uTCTimeMatch
* 2.5.13.26 uTCTimeOrderingMatch
* 2.5.13.31* directoryStringFirstComponentMatch
...
...
@@ -2960,7 +2959,7 @@ static slap_mrule_defs_rec mrule_defs[] = {
{
"( 2.5.13.4 NAME 'caseIgnoreSubstringsMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.58 )"
,
SLAP_MR_SUBSTR
,
NULL
,
SLAP_MR_SUBSTR
,
directoryStringSyntaxes
,
NULL
,
UTF8StringNormalize
,
octetStringSubstringsMatch
,
octetStringSubstringsIndexer
,
octetStringSubstringsFilter
,
"caseIgnoreMatch"
},
...
...
@@ -2993,6 +2992,13 @@ static slap_mrule_defs_rec mrule_defs[] = {
octetStringIndexer
,
octetStringFilter
,
NULL
},
{
"( 2.5.13.9 NAME 'numericStringOrderingMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 )"
,
SLAP_MR_ORDERING
,
NULL
,
NULL
,
numericStringNormalize
,
octetStringOrderingMatch
,
NULL
,
NULL
,
"numericStringMatch"
},
{
"( 2.5.13.10 NAME 'numericStringSubstringsMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.58 )"
,
SLAP_MR_SUBSTR
,
NULL
,
...
...
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