diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-11-25 11:08:37 +0100 |
---|---|---|
committer | Stephen Gallagher <sgallagh@redhat.com> | 2010-12-01 13:50:48 -0500 |
commit | 40def28805f9df3ff640209def765723cd8e2de3 (patch) | |
tree | 5c86c851d617901206c64c95d99b36de535d710a /src/man/sssd-krb5.5.xml | |
parent | 09f6d093d38744fc1ba8db5e031ac0f16282210d (diff) | |
download | sssd-40def28805f9df3ff640209def765723cd8e2de3.tar.gz sssd-40def28805f9df3ff640209def765723cd8e2de3.tar.xz sssd-40def28805f9df3ff640209def765723cd8e2de3.zip |
Allow protocol fallback for SRV queries
https://fedorahosted.org/sssd/ticket/691
Diffstat (limited to 'src/man/sssd-krb5.5.xml')
-rw-r--r-- | src/man/sssd-krb5.5.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/man/sssd-krb5.5.xml b/src/man/sssd-krb5.5.xml index 0238af1b8..f5c8ad0aa 100644 --- a/src/man/sssd-krb5.5.xml +++ b/src/man/sssd-krb5.5.xml @@ -86,6 +86,11 @@ <quote>SERVICE DISCOVERY</quote> section. </para> <para> + When using service discovery for KDC or kpasswd servers, + 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 |