From 5096bb4c2242b426aa6f5ea2cb82223e0b81a345 Mon Sep 17 00:00:00 2001 From: Sumit Bose Date: Wed, 10 Mar 2010 17:03:23 +0100 Subject: Add krb5_kpasswd option --- src/man/sssd-krb5.5.xml | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) (limited to 'src/man') 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 FAILOVER section. + see the FAILOVER section. An optional + port number (preceded by a colon) may be appended to + the addresses or hostnames. @@ -98,6 +100,25 @@ + + krb5_kpasswd (string) + + + 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. + + + For more information on failover and server + redundancy, see the FAILOVER 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. + + + + krb5_ccachedir (string) -- cgit