#include <LDAPRebind.h>
Public Member Functions | |
| virtual | ~LDAPRebind () |
| virtual LDAPRebindAuth * | getRebindAuth (const std::string &hostname, int port) const =0 |
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().
1.5.6