Searched refs:sb_tls_protocol_min (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dconfig.c1425 { BER_BVC("tls_protocol_min="), offsetof(slap_bindconf, sb_tls_protocol_min), 's', 0, NULL },
1806 if ( bc->sb_tls_protocol_min ) {
1807 ch_free( bc->sb_tls_protocol_min );
1808 bc->sb_tls_protocol_min = NULL;
1879 { "tls_protocol_min", offsetof(slap_bindconf, sb_tls_protocol_min), LDAP_OPT_X_TLS_PROTOCOL_MIN },
1914 if ( bc->sb_tls_protocol_min ) {
1916 bc->sb_tls_protocol_min );
1920 bc->sb_tls_protocol_min, 0, 0 );
H A Dslap.h1663 char *sb_tls_protocol_min; member in struct:slap_bindconf

Completed in 129 milliseconds