diff options
author | Sumit Bose <sbose@redhat.com> | 2010-03-10 17:03:23 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-03-12 09:00:28 -0500 |
commit | 5096bb4c2242b426aa6f5ea2cb82223e0b81a345 (patch) | |
tree | 7db071f1395488b0e419f93c4328330cd9b899fa /src/man/sssd-krb5.5.xml | |
parent | 70a54fe1c527efabf0c3258a2daa669f5e2bb788 (diff) | |
download | sssd-5096bb4c2242b426aa6f5ea2cb82223e0b81a345.tar.gz sssd-5096bb4c2242b426aa6f5ea2cb82223e0b81a345.tar.xz sssd-5096bb4c2242b426aa6f5ea2cb82223e0b81a345.zip |
Add krb5_kpasswd option
Diffstat (limited to 'src/man/sssd-krb5.5.xml')
-rw-r--r-- | src/man/sssd-krb5.5.xml | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index ca4dae256..c291eca79 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -69,7 +69,9 @@ of the Kerberos servers to which SSSD should connect in the order of preference. For more information on failover and server redundancy, - see the <quote>FAILOVER</quote> section. + see the <quote>FAILOVER</quote> section. An optional + port number (preceded by a colon) may be appended to + the addresses or hostnames. </para> </listitem> </varlistentry> @@ -99,6 +101,25 @@ </varlistentry> <varlistentry> + <term>krb5_kpasswd (string)</term> + <listitem> + <para> + If the change password service is not running on the + KDC alternative servers can be defined here. An + optional port number (preceded by a colon) may be + appended to the addresses or hostnames. + </para> + <para> + For more information on failover and server + redundancy, see the <quote>FAILOVER</quote> section. + Please note that even if there are no more kpasswd + servers to try the back end is not switch to offline + if authentication against the KDC is still possible. + </para> + </listitem> + </varlistentry> + + <varlistentry> <term>krb5_ccachedir (string)</term> <listitem> <para> |