summaryrefslogtreecommitdiffstats
path: root/src/man/sssd.conf.5.xml
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2014-10-28 19:42:47 +0100
committerJakub Hrozek <jhrozek@redhat.com>2014-11-05 18:55:38 +0100
commit3cae708a6deae902ec961e6eef552eeb632bd3ca (patch)
tree297ac79c0e9bc57fd6868f3de58ab2494119a312 /src/man/sssd.conf.5.xml
parentb86a642a321d3763d997f07c47ec515acbe72cf0 (diff)
downloadsssd-3cae708a6deae902ec961e6eef552eeb632bd3ca.tar.gz
sssd-3cae708a6deae902ec961e6eef552eeb632bd3ca.tar.xz
sssd-3cae708a6deae902ec961e6eef552eeb632bd3ca.zip
nss: parse user_attributes option
Reviewed-by: Jakub Hrozek <jhrozek@redhat.com>
Diffstat (limited to 'src/man/sssd.conf.5.xml')
-rw-r--r--src/man/sssd.conf.5.xml26
1 files changed, 26 insertions, 0 deletions
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
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>user_attributes (string)</term>
+ <listitem>
+ <para>
+ 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 <quote>user_attributes</quote> option of
+ the InfoPipe responder (see
+ <citerefentry>
+ <refentrytitle>sssd-ifp</refentrytitle>
+ <manvolnum>5</manvolnum>
+ </citerefentry>
+ for details) but with no default values.
+ </para>
+ <para>
+ To make configuration more easy the NSS responder
+ will check the InfoPipe option if it is not set for
+ the NSS responder.
+ </para>
+ <para>
+ Default: not set, fallback to InfoPipe option
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</refsect2>
<refsect2 id='PAM'>