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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/
H A Dconfig.c1420 { BER_BVC("tls_protocol_min="), offsetof(slap_bindconf, sb_tls_protocol_min), 's', 0, NULL },
1790 if ( bc->sb_tls_protocol_min ) {
1791 ch_free( bc->sb_tls_protocol_min );
1792 bc->sb_tls_protocol_min = NULL;
1849 { "tls_protocol_min", offsetof(slap_bindconf, sb_tls_protocol_min), LDAP_OPT_X_TLS_PROTOCOL_MIN },
1884 if ( bc->sb_tls_protocol_min ) {
1886 bc->sb_tls_protocol_min );
1890 bc->sb_tls_protocol_min, 0, 0 );
H A Dslap.h1658 char *sb_tls_protocol_min; member in struct:slap_bindconf

Completed in 131 milliseconds