krb5 commit: Document dns_lookup_realm relation
ghudson at mit.edu
ghudson at mit.edu
Mon Aug 12 22:33:55 EDT 2024
https://github.com/krb5/krb5/commit/bcc0dda256b184f8d87a4587f3f3997770020c87
commit bcc0dda256b184f8d87a4587f3f3997770020c87
Author: Greg Hudson <ghudson at mit.edu>
Date: Mon Aug 5 17:37:06 2024 -0400
Document dns_lookup_realm relation
ticket: 9134
tags: pullup
target_version: 1.21-next
doc/admin/conf_files/krb5_conf.rst | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/doc/admin/conf_files/krb5_conf.rst b/doc/admin/conf_files/krb5_conf.rst
index 2a45b1eaf..315c2ff42 100644
--- a/doc/admin/conf_files/krb5_conf.rst
+++ b/doc/admin/conf_files/krb5_conf.rst
@@ -225,6 +225,12 @@ The libdefaults section may contain any of the following relations:
data), and anything the fake KDC sends will not be trusted without
verification using some secret that it won't know.
+**dns_lookup_realm**
+ Indicate whether DNS TXT records should be used to map hostnames
+ to realm names for hostnames not listed in the [domain_realm]
+ section, and to determine the default realm if **default_realm**
+ is not set. The default value is false.
+
**dns_uri_lookup**
Indicate whether DNS URI records should be used to locate the KDCs
and other servers for a realm, if they are not listed in the
More information about the cvs-krb5
mailing list