ruby-ldap / ruby-net-ldap

Pure Ruby LDAP library
https://rubygems.org/gems/net-ldap
Other
399 stars 253 forks source link

Fix escaping of # and space in attrs #408

Closed bgraves-lo closed 2 years ago

bgraves-lo commented 2 years ago

Addresses #398: Net::LDAP::DN.escape() raises a TypeError (no implicit conversion of nil into String) when attempting to escape a space or # at the beginning of the attribute, or a space at the end.