Class: Ldaptic::MatchingRules::DistinguishedNameMatch
- Inherits:
-
OctetStringMatch
- Object
- OctetStringMatch
- Ldaptic::MatchingRules::DistinguishedNameMatch
- Defined in:
- lib/ldaptic/matching_rules.rb
Instance Method Summary collapse
Methods inherited from OctetStringMatch
Instance Method Details
#matchable(value) ⇒ Object
65 66 67 |
# File 'lib/ldaptic/matching_rules.rb', line 65 def matchable(value) Ldaptic::DN(value) end |