File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ module LDAP
68
68
0x02 => 'LDAP_PROTOCOL_ERROR' ,
69
69
0x0a => 'LDAP_REFERRAL' ,
70
70
0x61 => 'LDAP_REFERRAL_LIMIT_EXCEEDED' ,
71
- 0x09 => 'LDAP_REFERRAL_V2' ,
71
+ # 0x09 => 'LDAP_REFERRAL_V2', alias for LDAP_PARTIAL_RESULTS
72
72
0x46 => 'LDAP_RESULTS_TOO_LARGE' ,
73
73
0x51 => 'LDAP_SERVER_DOWN' ,
74
74
0x04 => 'LDAP_SIZELIMIT_EXCEEDED' ,
Original file line number Diff line number Diff line change @@ -8,13 +8,13 @@ module Exceptions
8
8
class Error < ::RuntimeError
9
9
10
10
@@errors = {
11
- 0x00000000 => "STATUS_SUCCESS" ,
11
+ # 0x00000000 => "STATUS_SUCCESS",
12
12
0x00000000 => "STATUS_WAIT_0" ,
13
13
0x00000001 => "STATUS_WAIT_1" ,
14
14
0x00000002 => "STATUS_WAIT_2" ,
15
15
0x00000003 => "STATUS_WAIT_3" ,
16
16
0x0000003F => "STATUS_WAIT_63" ,
17
- 0x00000080 => "STATUS_ABANDONED" ,
17
+ # 0x00000080 => "STATUS_ABANDONED",
18
18
0x00000080 => "STATUS_ABANDONED_WAIT_0" ,
19
19
0x000000BF => "STATUS_ABANDONED_WAIT_63" ,
20
20
0x000000C0 => "STATUS_USER_APC" ,
You can’t perform that action at this time.
0 commit comments