diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2011-03-28 06:45:35 -0400 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2011-04-25 08:06:34 -0400 |
commit | 8cf1b4183577237d965068d70cd06bd0716aea84 (patch) | |
tree | 29e815914029e6ab886d784256c5af2280f1199a /src/man | |
parent | cfd79b92d3813ed53ef51ae2cf93be6287e73a27 (diff) | |
download | sssd-8cf1b4183577237d965068d70cd06bd0716aea84.tar.gz sssd-8cf1b4183577237d965068d70cd06bd0716aea84.tar.xz sssd-8cf1b4183577237d965068d70cd06bd0716aea84.zip |
Allow new option to specify principal for FAST
https://fedorahosted.org/sssd/ticket/700
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-krb5.5.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 491e0442b..04523c06e 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -393,6 +393,15 @@ </listitem> </varlistentry> + <varlistentry> + <term>krb5_fast_principal (string)</term> + <listitem> + <para> + Specifies the server principal to use for FAST. + </para> + </listitem> + </varlistentry> + </variablelist> </para> </refsect1> |