diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-18 16:01:58 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-18 16:11:56 -0400 |
commit | 5551faf5c594b1f74768f91e1520096305b16ae2 (patch) | |
tree | 6ccfee94eed52259abdfa1a88cd6dcad0be0350e /src | |
parent | 41b90f3402e7e7196b544a536523e6c5b848dc43 (diff) | |
download | sssd-5551faf5c594b1f74768f91e1520096305b16ae2.tar.gz sssd-5551faf5c594b1f74768f91e1520096305b16ae2.tar.xz sssd-5551faf5c594b1f74768f91e1520096305b16ae2.zip |
Add missing ldap_tls_cacertdir option to SSSDConfig API
Diffstat (limited to 'src')
-rw-r--r-- | src/config/etc/sssd.api.d/sssd-ldap.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/etc/sssd.api.d/sssd-ldap.conf b/src/config/etc/sssd.api.d/sssd-ldap.conf index 6758ab497..d2b47e13b 100644 --- a/src/config/etc/sssd.api.d/sssd-ldap.conf +++ b/src/config/etc/sssd.api.d/sssd-ldap.conf @@ -9,6 +9,7 @@ ldap_network_timeout = int, None, false ldap_opt_timeout = int, None, false ldap_offline_timeout = int, None, false ldap_tls_cacert = str, None, false +ldap_tls_cacertdir = str, None, false ldap_tls_reqcert = str, None, false ldap_sasl_mech = str, None, false ldap_sasl_authid = str, None, false |