From: Ben Kaduk Date: Wed, 27 Jun 2012 18:35:30 +0000 (-0400) Subject: Cleanup docs for DNS lookup configure options X-Git-Tag: krb5-1.11-alpha1~426 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b9e59579a28944f48821a57a57757919c4f9fb72;p=thirdparty%2Fkrb5.git Cleanup docs for DNS lookup configure options DNS lookups for KDCs have been unconditionally enabled in configure since 2003; configure options only affect whether DNS lookups are used for realm names. Change the RST documentation of configure options to catch up. --- diff --git a/doc/rst_source/krb_build/options2configure.rst b/doc/rst_source/krb_build/options2configure.rst index f641f932c6..7d1e700352 100644 --- a/doc/rst_source/krb_build/options2configure.rst +++ b/doc/rst_source/krb_build/options2configure.rst @@ -46,13 +46,12 @@ Most commonly used options library (TCLPATH/lib) should be found. **--enable-dns-for-realm** - Enable the use of DNS to look up a host's Kerberos realm, or a - realm's KDCs, if the information is not provided in - :ref:`krb5.conf(5)`. See :ref:`kdc_hostnames` for information - about using DNS to locate the KDCs, and :ref:`mapping_hostnames` + Enable the use of DNS to look up a host's Kerberos realm, + if the information is not provided in + :ref:`krb5.conf(5)`. See + :ref:`mapping_hostnames` for information about using DNS to determine the default realm. - By default, DNS lookups are enabled for the former but not for the - latter. + DNS lookups for realm names are disabled by default. **--with-system-et** Use an installed version of the error-table (et) support software,