[SSSD] [PATCH] MAN: Document the domains option of pam_sss

Jakub Hrozek jhrozek at redhat.com
Tue Sep 30 17:30:12 UTC 2014


I realized we forgot to add a description of the new pam_sss option to
the man pages.
-------------- next part --------------
>From 3d76f7fe55bdb8357ace08920296c7e1f648fba2 Mon Sep 17 00:00:00 2001
From: Jakub Hrozek <jhrozek at redhat.com>
Date: Tue, 30 Sep 2014 19:29:32 +0200
Subject: [PATCH] MAN: Document the domains option of pam_sss

---
 src/man/pam_sss.8.xml | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/src/man/pam_sss.8.xml b/src/man/pam_sss.8.xml
index 859d42eeae0fab9a3097010252ae1b4e04d306da..fcc83b21ed823febddfb98de5af9e471b5eeeead 100644
--- a/src/man/pam_sss.8.xml
+++ b/src/man/pam_sss.8.xml
@@ -43,6 +43,9 @@
             <arg choice='opt'>
                 <replaceable>ignore_authinfo_unavail</replaceable>
             </arg>
+            <arg choice='opt'>
+                <replaceable>domains=X</replaceable>
+            </arg>
         </cmdsynopsis>
     </refsynopsisdiv>
 
@@ -130,6 +133,30 @@
                     the PAM framework to ignore this module.</para>
                 </listitem>
             </varlistentry>
+            <varlistentry>
+                <term>
+                    <option>domains</option>
+                </term>
+                <listitem>
+                    <para>
+                        Allows the administrator to restrict the domains a
+                        particular PAM service is allowed to authenticate
+                        against. The format is a comma-separated list of
+                        SSSD domain names, as specified in the sssd.conf file.
+                    </para>
+                    <para>
+                        NOTE: Must be used in conjuction with the
+                        <quote>pam_trusted_users</quote> and
+                        <quote>pam_public_domains</quote> options.
+                        Please see the
+                        <citerefentry>
+                            <refentrytitle>sssd.conf</refentrytitle>
+                            <manvolnum>5</manvolnum>
+                        </citerefentry> manual page for more information
+                        on these two PAM responder options.
+                    </para>
+                </listitem>
+            </varlistentry>
         </variablelist>
     </refsect1>
 
-- 
1.9.3



More information about the sssd-devel mailing list