[Date Prev][Date Next] [Chronological] [Thread] [Top]

objectIdentifierMatch on ambiguous name



What does filter component (oid=foo) applied to attribute oid=bar
evaluate to if the schema defines the following?
  object class   ( ... NAME  'foo'        ... )
  object class   ( ... NAME  'bar'        ... )
  attribute type ( ... NAME ('foo' 'bar') ... )
  attribute type ( ... NAME 'oid'
                   EQUALITY objectIdentifierMatch
                   SYNTAX 1.3.6.1.4.1.1466.115.121.1.38 ) ; OID

-- 
Hallvard