[SSSD] [PATCH] authconfig: allow chpass_provider = proxy

Jakub Hrozek jhrozek at redhat.com
Tue Oct 30 14:01:13 UTC 2012


On Tue, Oct 30, 2012 at 02:11:26PM +0100, Pavel Březina wrote:
> https://fedorahosted.org/sssd/ticket/1611

Ack.

I will squash in the attached unit test amendment patch before pushing.
I will also change the commit message as authconfig is an external
program, it should really say something with configAPI.
-------------- next part --------------
>From 3d133a87fff203449bb5578bb71d4116fe81ffc5 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Tue, 30 Oct 2012 14:58:29 +0100
Subject: [PATCH] Unit test

---
 src/config/SSSDConfigTest.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/config/SSSDConfigTest.py b/src/config/SSSDConfigTest.py
index 3bfa6310387c880f160312bde1d02e52de4fc3c6..5966635d4d3c20d6a1baa80e40c76b14fbcfa8b2 100755
--- a/src/config/SSSDConfigTest.py
+++ b/src/config/SSSDConfigTest.py
@@ -718,7 +718,7 @@ class SSSDConfigTestSSSDDomain(unittest.TestCase):
             'local': ['id', 'auth', 'chpass'],
             'ldap': ['id', 'auth', 'access', 'chpass', 'sudo', 'autofs'],
             'krb5': ['auth', 'access', 'chpass'],
-            'proxy': ['id', 'auth'],
+            'proxy': ['id', 'auth', 'chpass'],
             'simple': ['access'],
             'permit': ['access'],
             'deny': ['access']}
-- 
1.7.12.1



More information about the sssd-devel mailing list