summaryrefslogtreecommitdiffstats
path: root/server/man
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2009-09-10 14:36:17 +0200
committerStephen Gallagher <sgallagh@redhat.com>2009-09-11 12:14:26 -0400
commit7d8b4563092f147fbccf50125f61cfd9dcda0195 (patch)
tree5e9be485f8016213f4b4c95ecd5b24bf2d9b1ae1 /server/man
parent1f4f4f16337c37ab5680aacbfb45abecad8fcc0b (diff)
downloadsssd-7d8b4563092f147fbccf50125f61cfd9dcda0195.tar.gz
sssd-7d8b4563092f147fbccf50125f61cfd9dcda0195.tar.xz
sssd-7d8b4563092f147fbccf50125f61cfd9dcda0195.zip
Small changes to the example config and manpage
Remove magicPrivateGroups since it's set automatically, use bool values for enumerate. Also add a notice about krb5 auth-module with a link to specialized manpage to sssd.conf(5) similar to what we have for ldap auth-module. Move both outside proxy domain description.
Diffstat (limited to 'server/man')
-rw-r--r--server/man/sssd.conf.5.xml37
1 files changed, 25 insertions, 12 deletions
diff --git a/server/man/sssd.conf.5.xml b/server/man/sssd.conf.5.xml
index 0432f1ec5..1bf728720 100644
--- a/server/man/sssd.conf.5.xml
+++ b/server/man/sssd.conf.5.xml
@@ -560,26 +560,39 @@
</para>
</listitem>
</varlistentry>
- </variablelist>
- </para>
-
- <para>
- Options valid for proxy domains.
-
- <variablelist>
<varlistentry>
<term>auth-module (string)</term>
<listitem>
<para>
- The authentication module used. Two
- authentication modules are provided -
- <quote>ldap</quote> for native LDAP authentication
- and <quote>proxy</quote>, used for relaying
- authentication to some other PAM target.
+ The authentication module used for the domain.
+ Supported auth modules are:
+ </para>
+ <para>
+ <quote>ldap</quote> for native LDAP authentication. See
+ <citerefentry>
+ <refentrytitle>sssd-ldap</refentrytitle>
+ <manvolnum>5</manvolnum>
+ </citerefentry> for more information on configuring LDAP.
+ </para>
+ <para>
+ <quote>krb5</quote> for Kerberos authentication. See
+ <citerefentry>
+ <refentrytitle>sssd-krb5</refentrytitle>
+ <manvolnum>5</manvolnum>
+ </citerefentry> for more information on configuring Kerberos.
+ </para>
+ <para>
+ <quote>proxy</quote> for relaying authentication to some other PAM target.
</para>
</listitem>
</varlistentry>
+ </variablelist>
+ </para>
+ <para>
+ Options valid for proxy domains.
+
+ <variablelist>
<varlistentry>
<term>pam-target (string)</term>
<listitem>