From 0e4d3214d95316f182c04c7166a6b92dfc92a85d Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Thu, 12 Feb 2015 23:14:40 -0500 Subject: Add user_attributes to ifp section of API schema MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Resolves: https://fedorahosted.org/sssd/ticket/2586 Reviewed-by: Pavel Březina --- src/config/etc/sssd.api.conf | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config/etc/sssd.api.conf') diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf index c16769a39..3503635e0 100644 --- a/src/config/etc/sssd.api.conf +++ b/src/config/etc/sssd.api.conf @@ -80,6 +80,7 @@ user_attributes = str, None, false [ifp] # InfoPipe responder allowed_uids = str, None, false +user_attributes = str, None, false [provider] #Available provider types -- cgit