Fixed a regression that happened when the Asn-syntax format changed.

This commit is contained in:
blackhedd 2006-04-15 04:16:20 +00:00
parent 2f56d3e258
commit 0d4ec9b2d5

View file

@ -57,6 +57,7 @@ module Net
AsnSyntax = {
:application => {
:constructed => {
0 => :array, # BindRequest
1 => :array, # BindResponse
2 => :array, # UnbindRequest
@ -74,13 +75,16 @@ module Net
14 => :array, # CompareRequest
15 => :array, # CompareResponse
16 => :array, # AbandonRequest
}
},
:context_specific => {
:primitive => {
0 => :string, # password
1 => :string, # Kerberos v4
2 => :string, # Kerberos v5
}
}
}
DefaultHost = "127.0.0.1"
DefaultPort = 389