+ 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:
parent
3e07125214
commit
a3824392bf
4 changed files with 74 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue