From 40def28805f9df3ff640209def765723cd8e2de3 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Thu, 25 Nov 2010 11:08:37 +0100 Subject: Allow protocol fallback for SRV queries https://fedorahosted.org/sssd/ticket/691 --- src/man/include/service_discovery.xml | 7 +++++++ src/man/sssd-krb5.5.xml | 5 +++++ src/man/sssd-ldap.5.xml | 5 +++++ 3 files changed, 17 insertions(+) (limited to 'src/man') diff --git a/src/man/include/service_discovery.xml b/src/man/include/service_discovery.xml index d33b4c218..64898dbea 100644 --- a/src/man/include/service_discovery.xml +++ b/src/man/include/service_discovery.xml @@ -31,6 +31,13 @@ manual page for more defails. + + The protocol + + The queries usually specify _tcp as the protocol. Exceptions + are documented in respective option description. + + See Also 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 @@ -85,6 +85,11 @@ for more information, refer to the SERVICE DISCOVERY section. + + 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. + This option was named krb5_kdcip in earlier releases of SSSD. While the legacy name is recognized diff --git a/src/man/sssd-ldap.5.xml b/src/man/sssd-ldap.5.xml index a30b49d10..cf6747e73 100644 --- a/src/man/sssd-ldap.5.xml +++ b/src/man/sssd-ldap.5.xml @@ -902,6 +902,11 @@ for more information, refer to the SERVICE DISCOVERY section. + + 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. + -- cgit