mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-04-06 15:00:40 +08:00
Make TlsOptions available in LDAPConnection
This commit is contained in:
parent
5e9efb1720
commit
3fcf3c86de
@ -376,3 +376,7 @@ void LDAPConnection::setConstraints(LDAPConstraints* cons){
|
||||
const LDAPConstraints* LDAPConnection::getConstraints() const{
|
||||
return LDAPAsynConnection::getConstraints();
|
||||
}
|
||||
|
||||
TlsOptions LDAPConnection::getTlsOptions() const {
|
||||
return LDAPAsynConnection::getTlsOptions();
|
||||
}
|
||||
|
@ -235,6 +235,7 @@ class LDAPConnection : private LDAPAsynConnection {
|
||||
void setConstraints(LDAPConstraints *cons);
|
||||
|
||||
const LDAPConstraints* getConstraints() const ;
|
||||
TlsOptions getTlsOptions() const;
|
||||
};
|
||||
|
||||
#endif //LDAP_CONNECTION_H
|
||||
|
Loading…
x
Reference in New Issue
Block a user