mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-02-03 20:40:05 -05:00
Make sure we don't expose hidden attribute types in rule uses
This commit is contained in:
parent
e9a71156cc
commit
5c61f55faa
1 changed files with 1 additions and 0 deletions
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Reference in a new issue