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
Nadezhda Ivanova
OpenLDAP
Commits
c6ab43fe
Commit
c6ab43fe
authored
Sep 01, 2002
by
Kurt Zeilenga
Browse files
Update comment
parent
9cffa1a1
Changes
1
Hide whitespace changes
Inline
Side-by-side
libraries/libldap/filter.c
View file @
c6ab43fe
...
...
@@ -335,7 +335,7 @@ ldap_pvt_put_filter( BerElement *ber, const char *str_in )
* lessOrEqual [6] AttributeValueAssertion,
* present [7] AttributeType,
* approxMatch [8] AttributeValueAssertion,
*
extensibleMatch [9]
MatchingRuleAssertion -- LDAPv3
* extensibleMatch [9] MatchingRuleAssertion -- LDAPv3
* }
*
* SubstringFilter ::= SEQUENCE {
...
...
@@ -347,11 +347,11 @@ ldap_pvt_put_filter( BerElement *ber, const char *str_in )
* }
* }
*
*
MatchingRuleAssertion ::= SEQUENCE { -- LDAPv3
*
matchingRule [1] MatchingRuleId OPTIONAL,
*
type [2] AttributeDescription OPTIONAL,
*
matchValue [3] AssertionValue,
*
dnAttributes [4] BOOLEAN DEFAULT FALSE }
* MatchingRuleAssertion ::= SEQUENCE { -- LDAPv3
* matchingRule [1] MatchingRuleId OPTIONAL,
* type [2] AttributeDescription OPTIONAL,
* matchValue [3] AssertionValue,
* dnAttributes [4] BOOLEAN DEFAULT FALSE }
*
* Note: tags in a choice are always explicit
*/
...
...
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