Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
openldap
OpenLDAP
Commits
664fabdf
Commit
664fabdf
authored
Jun 26, 2000
by
Kurt Zeilenga
Browse files
Update matching rule usage
parent
7d8541cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/schema_init.c
View file @
664fabdf
...
...
@@ -1720,12 +1720,12 @@ struct mrule_defs_rec mrule_defs[] = {
{
"( 2.5.13.14 NAME 'integerMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 )"
,
SLAP_MR_
NONE
|
SLAP_MR_EXT
,
SLAP_MR_
EQUALITY
|
SLAP_MR_EXT
,
NULL
,
NULL
,
integerMatch
,
NULL
,
NULL
},
{
"( 2.5.13.16 NAME 'bitStringMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.6 )"
,
SLAP_MR_
NONE
|
SLAP_MR_EXT
,
SLAP_MR_
EQUALITY
|
SLAP_MR_EXT
,
NULL
,
NULL
,
bitStringMatch
,
NULL
,
NULL
},
{
"( 2.5.13.17 NAME 'octetStringMatch' "
...
...
@@ -1745,17 +1745,17 @@ struct mrule_defs_rec mrule_defs[] = {
{
"( 2.5.13.22 NAME 'presentationAddressMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.43 )"
,
SLAP_MR_
NONE
|
SLAP_MR_EXT
,
SLAP_MR_
EQUALITY
|
SLAP_MR_EXT
,
NULL
,
NULL
,
presentationAddressMatch
,
NULL
,
NULL
},
{
"( 2.5.13.23 NAME 'uniqueMemberMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.34 )"
,
SLAP_MR_
NONE
|
SLAP_MR_EXT
,
SLAP_MR_
EQUALITY
|
SLAP_MR_EXT
,
NULL
,
NULL
,
uniqueMemberMatch
,
NULL
,
NULL
},
{
"( 2.5.13.24 NAME 'protocolInformationMatch' "
"SYNTAX 1.3.6.1.4.1.1466.115.121.1.42 )"
,
SLAP_MR_
NONE
|
SLAP_MR_EXT
,
SLAP_MR_
EQUALITY
|
SLAP_MR_EXT
,
NULL
,
NULL
,
protocolInformationMatch
,
NULL
,
NULL
},
{
"( 2.5.13.27 NAME 'generalizedTimeMatch' "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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