List approximates as well in rule uses.

Don't yet list ordering rules yet, these require special attention (and
hence are not marked MR_EXT yet)
This commit is contained in:
Kurt Zeilenga 2002-08-31 19:25:41 +00:00
parent d6ac7ac544
commit 04c71ce9b2

View file

@ -356,7 +356,8 @@ matching_rule_use_init( void )
at = NULL;
for ( at_start( &at ); at; at_next( &at ) ) {
if( mr->smr_syntax == at->sat_syntax ||
mr == at->sat_equality )
mr == at->sat_equality ||
mr == at->sat_approx )
{
ldap_charray_add( &applies_oids, at->sat_cname.bv_val );
}