From 7d8b4563092f147fbccf50125f61cfd9dcda0195 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 10 Sep 2009 14:36:17 +0200 Subject: 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. --- server/man/sssd.conf.5.xml | 37 +++++++++++++++++++++++++------------ 1 file changed, 25 insertions(+), 12 deletions(-) (limited to 'server/man') 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 @@ - - - - - Options valid for proxy domains. - - auth-module (string) - The authentication module used. Two - authentication modules are provided - - ldap for native LDAP authentication - and proxy, used for relaying - authentication to some other PAM target. + The authentication module used for the domain. + Supported auth modules are: + + + ldap for native LDAP authentication. See + + sssd-ldap + 5 + for more information on configuring LDAP. + + + krb5 for Kerberos authentication. See + + sssd-krb5 + 5 + for more information on configuring Kerberos. + + + proxy for relaying authentication to some other PAM target. + + + + Options valid for proxy domains. + + pam-target (string) -- cgit