diff options
author | Sumit Bose <sbose@redhat.com> | 2010-12-07 13:18:39 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-07 17:23:25 -0500 |
commit | 8d163c0a088318ed9fc0b22def2649e27992ea53 (patch) | |
tree | 92c6b438d4473d5cc29522656b1b01f02db0b597 /src/man | |
parent | a3ea95747b33de4b50485fb9b5c4e5c45338b3db (diff) | |
download | sssd-8d163c0a088318ed9fc0b22def2649e27992ea53.tar.gz sssd-8d163c0a088318ed9fc0b22def2649e27992ea53.tar.bz2 sssd-8d163c0a088318ed9fc0b22def2649e27992ea53.zip |
Replace krb5_kdcip by krb5_server in LDAP provider
Diffstat (limited to 'src/man')
-rw-r--r-- | src/man/sssd-ldap.5.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index 786d5fda..3406dc46 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -909,7 +909,7 @@ </varlistentry> <varlistentry> - <term>krb5_kdcip (string)</term> + <term>krb5_server (string)</term> <listitem> <para> Specifies the list of IP addresses or hostnames @@ -928,6 +928,12 @@ SSSD first searches for DNS entries that specify _udp as the protocol and falls back to _tcp if none are found. </para> + <para> + This option was named <quote>krb5_kdcip</quote> 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 <quote>krb5_server</quote> instead. + </para> </listitem> </varlistentry> |