implemented RFC 2696.

This commit is contained in:
blackhedd 2006-05-02 09:26:55 +00:00
parent 91631f845d
commit b67a91edca
2 changed files with 83 additions and 38 deletions

View file

@ -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
#