diff options
author | Stephen Gallagher <sgallagh@redhat.com> | 2009-10-29 14:17:22 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2009-11-03 10:16:14 -0500 |
commit | c4644ab0dc97ed47fcb72e56a41b4524544582e9 (patch) | |
tree | 17c27b2300b3b389d08491a4ca26a467ffa32944 /server/config/etc/sssd.api.conf | |
parent | c2a29bea5248554a9112d051a7b5be492aa729b6 (diff) | |
download | sssd-c4644ab0dc97ed47fcb72e56a41b4524544582e9.tar.gz sssd-c4644ab0dc97ed47fcb72e56a41b4524544582e9.tar.bz2 sssd-c4644ab0dc97ed47fcb72e56a41b4524544582e9.zip |
Make config_file_version a hidden setting in SSSDConfig API
The config_file_version should never be changed by the API, so we
will hide the option inside the SSSDConfig API and remove it from
the schema.
Guarantee that the config file is of the correct version
Diffstat (limited to 'server/config/etc/sssd.api.conf')
-rw-r--r-- | server/config/etc/sssd.api.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/config/etc/sssd.api.conf b/server/config/etc/sssd.api.conf index 0c41fa71..de2af837 100644 --- a/server/config/etc/sssd.api.conf +++ b/server/config/etc/sssd.api.conf @@ -11,7 +11,6 @@ reconnection_retries = int, None, 3 [sssd] # Monitor service -config_file_version = int, None, 2 services = list, str, nss, pam domains = list, str timeout = int, None |