From 4a494e7d686d97ebb3260fa75d10466575d01e69 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Feb 17 2014 18:29:27 +0000 Subject: MAN: Clarify the new krb5_use_fast IPA default --- diff --git a/src/man/sssd-ipa.5.xml b/src/man/sssd-ipa.5.xml index bbee1f8..dfcc595 100644 --- a/src/man/sssd-ipa.5.xml +++ b/src/man/sssd-ipa.5.xml @@ -394,6 +394,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 5619e9b..eda37ea 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)