Class: Ldaptic::MatchingRules::CaseIgnoreMatch

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

Instance Method Summary collapse

Methods inherited from OctetStringMatch

#match

Instance Method Details

#matchable(value) ⇒ Object



41
42
43
# File 'lib/ldaptic/matching_rules.rb', line 41

def matchable(value)
  super.downcase
end