+ Adds a specification for the new ldap extensible filter

I am not sure about this, since I haven't been able to find
documentation about what this does. This should work, though.

Cleanup of comments and exceptions, adds specification for
Filter.ex and a parser method.
This commit is contained in:
Kaspar Schiess 2010-03-22 15:17:26 +01:00
parent 3e07125214
commit a3824392bf
4 changed files with 74 additions and 2 deletions

View file

@ -283,6 +283,8 @@ module Net
0 => :string, # password
1 => :string, # Kerberos v4
2 => :string, # Kerberos v5
3 => :string, # SearchFilter-extensible
4 => :string, # SearchFilter-extensible
7 => :string, # serverSaslCreds
},
:constructed => {
@ -294,6 +296,7 @@ module Net
5 => :array, # SearchFilter-GE
6 => :array, # SearchFilter-LE
7 => :array, # serverSaslCreds
9 => :array, # SearchFilter-extensible
}
}
})