Fixed a regression that happened when the Asn-syntax format changed.
This commit is contained in:
parent
2f56d3e258
commit
0d4ec9b2d5
1 changed files with 24 additions and 20 deletions
|
@ -57,6 +57,7 @@ module Net
|
||||||
|
|
||||||
AsnSyntax = {
|
AsnSyntax = {
|
||||||
:application => {
|
:application => {
|
||||||
|
:constructed => {
|
||||||
0 => :array, # BindRequest
|
0 => :array, # BindRequest
|
||||||
1 => :array, # BindResponse
|
1 => :array, # BindResponse
|
||||||
2 => :array, # UnbindRequest
|
2 => :array, # UnbindRequest
|
||||||
|
@ -74,13 +75,16 @@ module Net
|
||||||
14 => :array, # CompareRequest
|
14 => :array, # CompareRequest
|
||||||
15 => :array, # CompareResponse
|
15 => :array, # CompareResponse
|
||||||
16 => :array, # AbandonRequest
|
16 => :array, # AbandonRequest
|
||||||
|
}
|
||||||
},
|
},
|
||||||
:context_specific => {
|
:context_specific => {
|
||||||
|
:primitive => {
|
||||||
0 => :string, # password
|
0 => :string, # password
|
||||||
1 => :string, # Kerberos v4
|
1 => :string, # Kerberos v4
|
||||||
2 => :string, # Kerberos v5
|
2 => :string, # Kerberos v5
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
DefaultHost = "127.0.0.1"
|
DefaultHost = "127.0.0.1"
|
||||||
DefaultPort = 389
|
DefaultPort = 389
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue