summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2010-01-05 08:18:07 -0500
committerStephen Gallagher <sgallagh@redhat.com>2010-01-14 09:09:44 -0500
commit200f2f325b81af13e0e3b21ac72bfc905a63258b (patch)
tree629308053019ee74e066ce504a015e4d513d2f6f
parent54fd5786e91f12c201bfec891e41d6595ddf6a40 (diff)
downloadsssd-200f2f325b81af13e0e3b21ac72bfc905a63258b.tar.gz
sssd-200f2f325b81af13e0e3b21ac72bfc905a63258b.tar.xz
sssd-200f2f325b81af13e0e3b21ac72bfc905a63258b.zip
Remove local and kerberos providers from the access_provider list
Update tests to reflect these removals.
-rwxr-xr-xserver/config/SSSDConfigTest.py4
-rw-r--r--server/config/etc/sssd.api.d/sssd-krb5.conf2
-rw-r--r--server/config/etc/sssd.api.d/sssd-local.conf2
3 files changed, 2 insertions, 6 deletions
diff --git a/server/config/SSSDConfigTest.py b/server/config/SSSDConfigTest.py
index 1e7934260..060bc6730 100755
--- a/server/config/SSSDConfigTest.py
+++ b/server/config/SSSDConfigTest.py
@@ -494,9 +494,9 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
control_provider_dict = {
'ipa': ['id', 'auth', 'access', 'chpass'],
- 'local': ['id', 'auth', 'access', 'chpass'],
+ 'local': ['id', 'auth', 'chpass'],
'ldap': ['id', 'auth', 'chpass'],
- 'krb5': ['auth', 'access', 'chpass'],
+ 'krb5': ['auth', 'chpass'],
'proxy': ['id', 'auth'],
'permit': ['access'],
'deny': ['access']}
diff --git a/server/config/etc/sssd.api.d/sssd-krb5.conf b/server/config/etc/sssd.api.d/sssd-krb5.conf
index 860f8b893..0cf0e7270 100644
--- a/server/config/etc/sssd.api.d/sssd-krb5.conf
+++ b/server/config/etc/sssd.api.d/sssd-krb5.conf
@@ -9,7 +9,5 @@ krb5_ccname_template = str, None
krb5_keytab = str, None
krb5_validate = bool, None
-[provider/krb5/access]
-
[provider/krb5/chpass]
krb5_changepw_principal = str, None
diff --git a/server/config/etc/sssd.api.d/sssd-local.conf b/server/config/etc/sssd.api.d/sssd-local.conf
index 97994ca47..44e252211 100644
--- a/server/config/etc/sssd.api.d/sssd-local.conf
+++ b/server/config/etc/sssd.api.d/sssd-local.conf
@@ -6,7 +6,5 @@ base_directory = str, None, /home
[provider/local/auth]
-[provider/local/access]
-
[provider/local/chpass]