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 | |
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')
-rw-r--r-- | src/man/include/service_discovery.xml | 7 | ||||
-rw-r--r-- | src/man/sssd-krb5.5.xml | 5 | ||||
-rw-r--r-- | src/man/sssd-ldap.5.xml | 5 |
3 files changed, 17 insertions, 0 deletions
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. </para> </refsect2> + <refsect2 id='search_protocol'> + <title>The protocol</title> + <para> + The queries usually specify _tcp as the protocol. Exceptions + are documented in respective option description. + </para> + </refsect2> <refsect2 id='reference'> <title>See Also</title> <para> 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 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 <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> </listitem> </varlistentry> |