Searched defs:tls_opt (Results 1 - 1 of 1) sorted by relevance

/sssd-io/src/providers/ldap/
H A Dsdap.c821 const char *tls_opt; local
822 tls_opt = dp_opt_get_string(basic_opts, SDAP_TLS_REQCERT);
823 if (tls_opt) {
824 if (strcasecmp(tls_opt, "never") == 0) {
827 else if (strcasecmp(tls_opt, "allow") == 0) {
830 else if (strcasecmp(tls_opt, "try") == 0) {
833 else if (strcasecmp(tls_opt, "demand") == 0) {
836 else if (strcasecmp(tls_opt, "hard") == 0) {
854 tls_opt = dp_opt_get_string(basic_opts, SDAP_TLS_CACERT);
855 if (tls_opt) {
[all...]

Completed in 14 milliseconds