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
5c61f55f
Commit
5c61f55f
authored
Aug 31, 2002
by
Kurt Zeilenga
Browse files
Make sure we don't expose hidden attribute types in rule uses
parent
e9a71156
Changes
1
Hide whitespace changes
Inline
Side-by-side
servers/slapd/mr.c
View file @
5c61f55f
...
...
@@ -382,6 +382,7 @@ matching_rule_use_init( void )
at
=
NULL
;
for
(
at_start
(
&
at
);
at
;
at_next
(
&
at
)
)
{
if
(
at
->
sat_flags
&
SLAP_AT_HIDE
)
continue
;
if
(
mr
->
smr_usage
&
SLAP_MR_EXT
&&
(
mr
->
smr_syntax
==
at
->
sat_syntax
||
mr
==
at
->
sat_equality
||
...
...
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