summaryrefslogtreecommitdiffstats
path: root/src/config
diff options
context:
space:
mode:
Diffstat (limited to 'src/config')
-rw-r--r--src/config/SSSDConfig/__init__.py.in1
-rw-r--r--src/config/etc/sssd.api.conf1
2 files changed, 2 insertions, 0 deletions
diff --git a/src/config/SSSDConfig/__init__.py.in b/src/config/SSSDConfig/__init__.py.in
index 3e5bbe9a8..e221eba27 100644
--- a/src/config/SSSDConfig/__init__.py.in
+++ b/src/config/SSSDConfig/__init__.py.in
@@ -97,6 +97,7 @@ option_strings = {
# [ifp]
'allowed_uids': _('List of UIDs or user names allowed to access the InfoPipe responder'),
+ 'user_attributes': _('List of user attributes the InfoPipe is allowed to publish'),
# [provider]
'id_provider' : _('Identity provider'),
diff --git a/src/config/etc/sssd.api.conf b/src/config/etc/sssd.api.conf
index a5cb62f45..c7c1232c3 100644
--- a/src/config/etc/sssd.api.conf
+++ b/src/config/etc/sssd.api.conf
@@ -70,6 +70,7 @@ ssh_known_hosts_timeout = int, None, false
[pac]
# PAC responder
allowed_uids = str, None, false
+user_attributes = str, None, false
[ifp]
# InfoPipe responder