From e9139e88b13aedcf6d36b79d3ae044d4178f1a27 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 17 Feb 2014 17:30:52 +0100 Subject: MAN: Clarify the new krb5_use_fast IPA default --- src/man/sssd-ipa.5.xml | 34 ++++++++++++++++++++++++++++++++++ src/man/sssd-krb5.5.xml | 2 +- 2 files changed, 35 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index 28ac252ab..7ab59dc20 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -398,6 +398,40 @@ + + krb5_use_fast (string) + + + Enables flexible authentication secure tunneling + (FAST) for Kerberos pre-authentication. The + following options are supported: + + + never use FAST. + + + try to use FAST. If the server + does not support FAST, continue the + authentication without it. This is + equivalent to not setting this option at all. + + + demand to use FAST. The + authentication fails if the server does not + require fast. + + + Default: try + + + NOTE: SSSD supports FAST only with + MIT Kerberos version 1.8 and later. If SSSD is used + with an older version of MIT Kerberos, using this + option is a configuration error. + + + + ipa_hbac_refresh (integer) diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 384d50661..602c07e9c 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -502,7 +502,7 @@ - Default: false (AD provide: true) + Default: false (AD provider: true) -- cgit