Supported some additional BER encodings.

This commit is contained in:
blackhedd 2006-11-29 18:09:14 +00:00
parent 1314cd1f28
commit 7fe954f199
3 changed files with 4 additions and 1 deletions

View file

@ -88,6 +88,7 @@ module Net
2 => :integer,
4 => :string,
10 => :integer,
13 => :string # (OID)
},
:constructed => {
16 => :array,

View file

@ -310,6 +310,7 @@ module Net
1 => :array, # SearchFilter-OR
2 => :array, # SearchFilter-NOT
3 => :array, # Seach referral
4 => :array, # unknown use in Microsoft Outlook
7 => :array, # serverSaslCreds
}
}