Bugzilla – Bug 683826
TLS Options weirdness in llibldap/libldapcpp
Last modified: 2011-04-28 11:59:13 UTC
The following does not work as expected: int main() { LDAPConnection ldap("ldap://localhost"); try { ldap.start_tls(); } catch ( LDAPException(e)) { std::cerr << e << std::endl; } TlsOptions tls; tls.setOption (TlsOptions::CACERTDIR, "/etc/openldap/cacerts/"); LDAPConnection ldap2("ldap://localhost"); try { ldap2.start_tls(); } catch ( LDAPException(e)) { std::cerr << e << std::endl; } }
submitted to factory
This is an autogenerated message for OBS integration: This bug (683826) was mentioned in https://build.opensuse.org/request/show/65742