ldapsdk 0.0.1
|
Just an abstract class to provide a mechnism for rebind to another server when chasing referrals. More...
#include <LDAPRebind.h>
Public Member Functions | |
virtual | ~LDAPRebind () |
virtual LDAPRebindAuth * | getRebindAuth (const std::string &hostname, int port) const =0 |
Just an abstract class to provide a mechnism for rebind to another server when chasing referrals.
Clients have to implement a class derived from this. To use authentication other than anonymous for referral chasing
virtual LDAPRebind::~LDAPRebind | ( | ) | [inline, virtual] |
virtual LDAPRebindAuth* LDAPRebind::getRebindAuth | ( | const std::string & | hostname, |
int | port | ||
) | const [pure virtual] |
Referenced by LDAPAsynConnection::referralConnect().