We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e25b881 commit 4c02d44Copy full SHA for 4c02d44
lib/net/ldap/pdu.rb
@@ -123,7 +123,7 @@ def initialize(ber_object)
123
when ExtendedResponse
124
parse_extended_response(ber_object[1])
125
else
126
- raise LdapPduError.new("unknown pdu-type: #{@app_tag}")
+ raise LdapError.new("unknown pdu-type: #{@app_tag}")
127
end
128
129
parse_controls(ber_object[2]) if ber_object[2]
lib/net/ldap/version.rb
@@ -1,5 +1,5 @@
1
module Net
2
class LDAP
3
- VERSION = "0.16.2"
+ VERSION = "0.16.21"
4
5
0 commit comments