diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-25 10:47:25 -0500 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-01-27 12:24:16 -0500 |
commit | a1af9beb915e96da634b7d17762bf42146104d45 (patch) | |
tree | cfef68f15b3b7c69a82538c63671c90f08e079c6 /src/providers/ldap/sdap.h | |
parent | aa89df2040593f9120196ec440d2dc6d9f860d55 (diff) | |
download | sssd-a1af9beb915e96da634b7d17762bf42146104d45.tar.gz sssd-a1af9beb915e96da634b7d17762bf42146104d45.tar.bz2 sssd-a1af9beb915e96da634b7d17762bf42146104d45.zip |
Add option to disable TLS for LDAP auth
Option is named to discourage use in production environments and
is intentionally not listed in the SSSDConfig API.
Diffstat (limited to 'src/providers/ldap/sdap.h')
-rw-r--r-- | src/providers/ldap/sdap.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/providers/ldap/sdap.h b/src/providers/ldap/sdap.h index e053210a..31e72cd5 100644 --- a/src/providers/ldap/sdap.h +++ b/src/providers/ldap/sdap.h @@ -200,6 +200,7 @@ enum sdap_basic_opt { SDAP_CHPASS_URI, SDAP_CHPASS_DNS_SERVICE_NAME, SDAP_ENUM_SEARCH_TIMEOUT, + SDAP_DISABLE_AUTH_TLS, SDAP_OPTS_BASIC /* opts counter */ }; |