Added syntax support for SearchFilter ANDs and ORs.

This commit is contained in:
blackhedd 2006-11-29 13:42:21 +00:00
parent 4b110ff886
commit 2ee2a551b1
2 changed files with 5 additions and 1 deletions

View file

@ -306,7 +306,9 @@ module Net
7 => :string, # serverSaslCreds
},
:constructed => {
0 => :array, # RFC-2251 Control
0 => :array, # RFC-2251 Control and Filter-AND
1 => :array, # SearchFilter-OR
2 => :array, # SearchFilter-NOT
3 => :array, # Seach referral
7 => :array, # serverSaslCreds
}