From 7051a30300d12163e890e4ec4b9a765567679a8b Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Thu, 14 Oct 2010 09:37:34 +0200 Subject: Option krb5_server is now used to store a list of KDCs instead of krb5_kdcip. For the time being, if krb5_server is not found, still falls back to krb5_kdcip with a warning. If both options are present in config file, krb5_server has a higher priority. Fixes: #543 --- src/man/sssd-krb5.5.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/man/sssd-krb5.5.xml') diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index dbe96a1d..e9c2cac3 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -63,7 +63,7 @@ for details on the configuration of a SSSD domain. - krb5_kdcip (string) + krb5_server (string) Specifies the list of IP addresses or hostnames @@ -77,6 +77,12 @@ for more information, refer to the SERVICE DISCOVERY section. + + This option was named krb5_kdcip in + earlier releases of SSSD. While the legacy name is recognized + for the time being, users are advised to migrate their config + files to use krb5_server instead. + @@ -270,7 +276,7 @@ [domain/FOO] auth_provider = krb5 - krb5_kdcip = 192.168.1.1 + krb5_server = 192.168.1.1 krb5_realm = EXAMPLE.COM -- cgit