Make sure we don't expose hidden attribute types in rule uses

This commit is contained in:
Kurt Zeilenga 2002-08-31 20:49:50 +00:00
parent e9a71156cc
commit 5c61f55faa

View file

@ -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 ||