implemented RFC 2696.
This commit is contained in:
parent
91631f845d
commit
b67a91edca
2 changed files with 83 additions and 38 deletions
|
@ -109,6 +109,11 @@ class LdapPdu
|
|||
@ldap_result and @ldap_result[code]
|
||||
end
|
||||
|
||||
# Return RFC-2251 Controls if any.
|
||||
# Messy. Does this functionality belong somewhere else?
|
||||
def result_controls
|
||||
@ldap_controls || []
|
||||
end
|
||||
|
||||
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue