Added Continuation Reference Processing as defined in section 4.5.3 of RFC 2251 (http://www.ietf.org/rfc/rfc2251.txt)
This commit is contained in:
parent
a1bf790784
commit
8a106ca64f
2 changed files with 9 additions and 0 deletions
|
@ -136,6 +136,7 @@ class Net::LDAP::PDU
|
|||
:matchedDN => sequence[1],
|
||||
:errorMessage => sequence[2]
|
||||
}
|
||||
parse_search_referral(sequence[3]) if @ldap_result[:resultCode] == 10
|
||||
end
|
||||
private :parse_ldap_result
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue