Brian Graves
Results
1
issues of
Brian Graves
`Net::LDAP::DN.escape()` is meant to adhere to https://datatracker.ietf.org/doc/html/rfc2253#section-2.4, which defines the convention for escaping attribute values. Here's the related code: https://github.com/ruby-ldap/ruby-net-ldap/blob/d6bb5c8d694662e36317f21d96cd6b02db263b6d/lib/net/ldap/dn.rb#L192-L216 The code properly escapes the special characters included in the...
Bugs