summaryrefslogtreecommitdiffstats
path: root/src/config/etc/sssd.api.d/sssd-ldap.conf
diff options
context:
space:
mode:
authorJan Zeleny <jzeleny@redhat.com>2011-03-30 08:38:41 -0400
committerStephen Gallagher <sgallagh@redhat.com>2011-04-25 08:06:34 -0400
commit0e5879c0e3f83b0bbaff79d9c97f672055b61c4f (patch)
tree091171a2ae53082ef12e292a8d355ba32659fbd5 /src/config/etc/sssd.api.d/sssd-ldap.conf
parent7a0e6e2b9fc2fffc10f33e90926bb7edb5198dde (diff)
downloadsssd-0e5879c0e3f83b0bbaff79d9c97f672055b61c4f.tar.gz
sssd-0e5879c0e3f83b0bbaff79d9c97f672055b61c4f.tar.xz
sssd-0e5879c0e3f83b0bbaff79d9c97f672055b61c4f.zip
Configuration parsing updates
These changes are all related to following ticket: https://fedorahosted.org/sssd/ticket/763 Changes in SSSDConfig.py merge old and new domain record instead of just deleting the old and inserting the new one. The old approach let to loss of some information like comments and blank lines in the config file. Changes in API config were performed so our Python scripts (like sss_obfuscate) don't add extra config options to the config file.
Diffstat (limited to 'src/config/etc/sssd.api.d/sssd-ldap.conf')
-rw-r--r--src/config/etc/sssd.api.d/sssd-ldap.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/etc/sssd.api.d/sssd-ldap.conf b/src/config/etc/sssd.api.d/sssd-ldap.conf
index 5fd0cfb58..8672f0b24 100644
--- a/src/config/etc/sssd.api.d/sssd-ldap.conf
+++ b/src/config/etc/sssd.api.d/sssd-ldap.conf
@@ -1,7 +1,7 @@
[provider/ldap]
ldap_uri = str, None, false
ldap_search_base = str, None, false
-ldap_schema = str, None, true, rfc2307
+ldap_schema = str, None, false
ldap_default_bind_dn = str, None, false
ldap_default_authtok_type = str, None, false
ldap_default_authtok = str, None, false
@@ -33,7 +33,7 @@ ldap_search_timeout = int, None, false
ldap_enumeration_search_timeout = int, None, false
ldap_enumeration_refresh_timeout = int, None, false
ldap_purge_cache_timeout = int, None, false
-ldap_id_use_start_tls = bool, None, true, false
+ldap_id_use_start_tls = bool, None, false
ldap_user_search_base = str, None, false
ldap_user_search_scope = str, None, false
ldap_user_search_filter = str, None, false