diff options
author | Jan Zeleny <jzeleny@redhat.com> | 2010-09-29 12:37:04 +0200 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-10-13 07:56:20 -0400 |
commit | 39b0adeaaf2429c7cbad045f7f8a79d51d02bee5 (patch) | |
tree | dc9e83062eb7a29fdaab535584b52e16c1799f84 /src/man/sssd-krb5.5.xml | |
parent | 3b1df539835367cb81cd5ff0f9959947d5642e55 (diff) | |
download | sssd-39b0adeaaf2429c7cbad045f7f8a79d51d02bee5.tar.gz sssd-39b0adeaaf2429c7cbad045f7f8a79d51d02bee5.tar.xz sssd-39b0adeaaf2429c7cbad045f7f8a79d51d02bee5.zip |
Man pages should mention supported providers
Each back end can support id, auth or access provider, but each
back end supports different subset of these. Man pages should
describe which providers are supported by each back end.
Ticket: #615
Diffstat (limited to 'src/man/sssd-krb5.5.xml')
-rw-r--r-- | src/man/sssd-krb5.5.xml | 17 |
1 files changed, 9 insertions, 8 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 489a5072a..dbe96a1db 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -33,14 +33,15 @@ </citerefentry> manual page </para> <para> - The Kerberos 5 authentication backend does not contain an identity - provider and must be paired with one in order to function properly (for - example, id_provider = ldap). Some information required by the Kerberos - 5 authentication backend must be provided by the identity provider, such - as the user's Kerberos Principal Name (UPN). The configuration of the - identity provider should have an entry to specify the UPN. Please refer - to the man page for the applicable identity provider for details on how - to configure this. + The Kerberos 5 authentication backend contains auth and chpass + providers. It must be paired with identity provider in + order to function properly (for example, id_provider = ldap). Some + information required by the Kerberos 5 authentication backend must + be provided by the identity provider, such as the user's Kerberos + Principal Name (UPN). The configuration of the identity provider + should have an entry to specify the UPN. Please refer to the man + page for the applicable identity provider for details on how to + configure this. </para> <para> In the case where the UPN is not available in the identity backend |