ldapsdk  0.0.1
Public Member Functions | List of all members
LDAPRebind Class Referenceabstract

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 LDAPRebindAuthgetRebindAuth (const std::string &hostname, int port) const =0
 

Detailed Description

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

Constructor & Destructor Documentation

◆ ~LDAPRebind()

virtual LDAPRebind::~LDAPRebind ( )
inlinevirtual

Member Function Documentation

◆ getRebindAuth()

virtual LDAPRebindAuth* LDAPRebind::getRebindAuth ( const std::string &  hostname,
int  port 
) const
pure virtual

The documentation for this class was generated from the following file: