3 * Copyright 2000-2011 The OpenLDAP Foundation, All Rights Reserved.
4 * COPYING RESTRICTIONS APPLY, see COPYRIGHT file
11 #include <LDAPRebindAuth.h>
14 * Just an abstract class to provide a mechnism for rebind to another
15 * server when chasing referrals. Clients have to implement a class
16 * derived from this. To use authentication other than anonymous for
22 virtual ~LDAPRebind() {}
23 virtual LDAPRebindAuth* getRebindAuth(const std::string& hostname,
26 #endif //LDAP_REBIND_H