summaryrefslogtreecommitdiffstats
path: root/src/config/etc/sssd.api.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.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.conf')
-rw-r--r--src/config/etc/sssd.api.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf
index e91597166..975cd2d1f 100644
--- a/src/config/etc/sssd.api.conf
+++ b/src/config/etc/sssd.api.conf
@@ -40,7 +40,7 @@ pam_pwd_expiration_warning = int, None, false
[provider]
#Available provider types
id_provider = str, None, true
-auth_provider = str, None, true
+auth_provider = str, None, false
access_provider = str, None, false
chpass_provider = str, None, false
@@ -53,7 +53,7 @@ min_id = int, None, false
max_id = int, None, false
timeout = int, None, false
enumerate = bool, None, false
-cache_credentials = bool, None, true, false
+cache_credentials = bool, None, false
store_legacy_passwords = bool, None, false
use_fully_qualified_names = bool, None, false
entry_cache_timeout = int, None, false