File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ class Error < RuntimeError; end
35
35
# http://tools.ietf.org/html/rfc4511#section-4.5.2
36
36
SearchReturnedData = 4
37
37
SearchResult = 5
38
- SearchResultReferral = 19
38
+ # see also SearchResultReferral (19)
39
39
# http://tools.ietf.org/html/rfc4511#section-4.6
40
40
ModifyRequest = 6
41
41
ModifyResponse = 7
@@ -48,9 +48,18 @@ class Error < RuntimeError; end
48
48
# http://tools.ietf.org/html/rfc4511#section-4.9
49
49
ModifyRDNRequest = 12
50
50
ModifyRDNResponse = 13
51
+ # http://tools.ietf.org/html/rfc4511#section-4.10
52
+ CompareRequest = 14
53
+ CompareResponse = 15
54
+ # http://tools.ietf.org/html/rfc4511#section-4.11
55
+ AbandonRequest = 16
56
+ # http://tools.ietf.org/html/rfc4511#section-4.5.2
57
+ SearchResultReferral = 19
51
58
# http://tools.ietf.org/html/rfc4511#section-4.12
52
59
ExtendedRequest = 23
53
60
ExtendedResponse = 24
61
+ # unused: http://tools.ietf.org/html/rfc4511#section-4.13
62
+ IntermediateResponse = 25
54
63
55
64
##
56
65
# The LDAP packet message ID.
You can’t perform that action at this time.
0 commit comments