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
129aa288
Commit
129aa288
authored
Feb 17, 2004
by
Pierangelo Masarati
Browse files
fix numericStringMatch (ITS
#2938
)
parent
1ac20b1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
129aa288
...
...
@@ -2987,8 +2987,8 @@ static slap_mrule_defs_rec mrule_defs[] = {
{
"( 2.5.13.8 NAME 'numericStringMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.36 )"
,
SLAP_MR_EQUALITY
|
SLAP_MR_EXT
,
NULL
,
NULL
,
numericStringNormalize
,
octetString
Substrings
Match
,
octetString
Substrings
Indexer
,
octetString
Substrings
Filter
,
NULL
,
numericStringNormalize
,
octetStringMatch
,
octetStringIndexer
,
octetStringFilter
,
NULL
},
{
"( 2.5.13.10 NAME 'numericStringSubstringsMatch' "
...
...
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