]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Cleanup docs for DNS lookup configure options
authorBen Kaduk <kaduk@mit.edu>
Wed, 27 Jun 2012 18:35:30 +0000 (14:35 -0400)
committerBen Kaduk <kaduk@mit.edu>
Thu, 12 Jul 2012 18:57:26 +0000 (14:57 -0400)
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.

doc/rst_source/krb_build/options2configure.rst

index f641f932c6feba5fbb737c1407baf5b71464890b..7d1e700352f98bbd73728aae0b321918d968a7be 100644 (file)
@@ -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,