Class: Ldaptic::MatchingRules::DistinguishedNameMatch

Inherits:
OctetStringMatch show all
Defined in:
lib/ldaptic/matching_rules.rb

Instance Method Summary collapse

Methods inherited from OctetStringMatch

#match

Instance Method Details

#matchable(value) ⇒ Object



65
66
67
# File 'lib/ldaptic/matching_rules.rb', line 65

def matchable(value)
  Ldaptic::DN(value)
end