File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -238,7 +238,7 @@ class LDAP
238238
239239 class LdapError < Exception ; end
240240
241- VERSION = "0.0.1 "
241+ VERSION = "0.0.2 "
242242
243243
244244 SearchScope_BaseObject = 0
@@ -287,6 +287,8 @@ class LdapError < Exception; end
287287 0 => "Success" ,
288288 1 => "Operations Error" ,
289289 2 => "Protocol Error" ,
290+ 3 => "Time Limit Exceeded" ,
291+ 4 => "Size Limit Exceeded" ,
290292 16 => "No Such Attribute" ,
291293 17 => "Undefined Attribute Type" ,
292294 20 => "Attribute or Value Exists" ,
@@ -306,7 +308,7 @@ class LdapError < Exception; end
306308 #
307309 # LDAP::result2string
308310 #
309- def LDAP ::result2string code
311+ def LDAP ::result2string code # :nodoc:
310312 ResultStrings [ code ] || "unknown result (#{ code } )"
311313 end
312314
You can’t perform that action at this time.
0 commit comments