diff options
author | Nobuyoshi Nakada <[email protected]> | 2020-05-05 23:23:39 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-05-05 23:29:39 +0900 |
commit | e04418bb16cd99b4a4402e7457d3bdc967284f98 () | |
tree | 82fdefad7ef68c398800a45e9a8a3e625fb907b7 /lib/uri/ldap.rb | |
parent | f0b5629c8cc485753ad0af2ed414bc6ae70c629f (diff) |
[ruby/uri] Check if DN exists
https://bugs.ruby-lang.org/issues/16830 https://.com/ruby/uri/commit/b4bf8c1217
-rw-r--r-- | lib/uri/ldap.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -118,6 +118,7 @@ module URI # Private method to cleanup +dn+ from using the +path+ component attribute. def parse_dn @dn = @path[1..-1] end private :parse_dn |