summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2015-09-30 04:25:54 +0200
committerJakub Hrozek <jhrozek@redhat.com>2015-10-02 12:30:50 +0200
commitc156a67bbd627f1085668f87093b2a9ed81dd24a (patch)
treeade99077c89b9a0d9782f742f426ceb84500c3df
parentc57b54505dbeca931fcf47b243d59eb73d8683bb (diff)
downloadsssd-c156a67bbd627f1085668f87093b2a9ed81dd24a.tar.gz
sssd-c156a67bbd627f1085668f87093b2a9ed81dd24a.tar.xz
sssd-c156a67bbd627f1085668f87093b2a9ed81dd24a.zip
MAN: proxy and krb5 are valid access control modules
Reviewed-by: Alexander Bokovoy <abokovoy@redhat.com>
-rw-r--r--src/man/sssd.conf.5.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/man/sssd.conf.5.xml b/src/man/sssd.conf.5.xml
index 92bfbb255..21acb6380 100644
--- a/src/man/sssd.conf.5.xml
+++ b/src/man/sssd.conf.5.xml
@@ -1720,6 +1720,16 @@ pam_account_expired_message = Account expired, please call help desk.
information on configuring the simple access module.
</para>
<para>
+ <quote>krb5</quote>: .k5login based access control.
+ See <citerefentry>
+ <refentrytitle>sssd-krb5</refentrytitle>
+ <manvolnum>5</manvolnum></citerefentry> for more
+ information on configuring Kerberos.
+ </para>
+ <para>
+ <quote>proxy</quote> for relaying access control to another PAM module.
+ </para>
+ <para>
Default: <quote>permit</quote>
</para>
</listitem>