From 166ddd0dfbda28b1c6773f386bb7ff88914af91a Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Tue, 28 Oct 2014 19:42:47 +0100 Subject: nss: parse user_attributes option Reviewed-by: Jakub Hrozek --- src/man/sssd.conf.5.xml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'src/man/sssd.conf.5.xml') diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml index e2cb0b81b..fbaca6672 100644 --- a/src/man/sssd.conf.5.xml +++ b/src/man/sssd.conf.5.xml @@ -711,6 +711,32 @@ fallback_homedir = /home/%u + + user_attributes (string) + + + Some of the additional NSS responder requests can + return more attributes than just the POSIX ones + defined by the NSS interface. The list of attributes + is controlled by this option. It is handle the same + way as the user_attributes option of + the InfoPipe responder (see + + sssd-ifp + 5 + + for details) but with no default values. + + + To make configuration more easy the NSS responder + will check the InfoPipe option if it is not set for + the NSS responder. + + + Default: not set, fallback to InfoPipe option + + + -- cgit