LDAP::Client::ReferralError
Inherits LDAP::Client::OperationError / LDAP::Error / RuntimeError / SystemError / Exception / Reference / Object
Raised when the server returns a referral (result code) or continuation references (SearchResultReference) — the requested data lives, wholly or partly, on another server. referrals holds the LDAP URLs; entries holds whatever a search found locally before the referral. The client surfaces referrals but does not follow them.
Constructors
Instance methods
entries
Sourcereferrals
Source