]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Clarify domain_realm documentation 1156/head
authorGreg Hudson <ghudson@mit.edu>
Mon, 25 Jan 2021 18:41:24 +0000 (13:41 -0500)
committerGreg Hudson <ghudson@mit.edu>
Wed, 27 Jan 2021 23:33:36 +0000 (18:33 -0500)
The [domain_realm] section provides a mapping from hostnames to realm
names, but the individual mappings apply to domains (including
subdomains) or subdomains, not to hostnames.  Reported by Ulf Bremer.

ticket: 8981

doc/admin/conf_files/krb5_conf.rst

index cb17a8485370754e804e0d5186b2ba56472ddc7d..08e0fc8630dc5337497f326fd5f8f0bdafbc3dee 100644 (file)
@@ -546,15 +546,12 @@ following tags may be specified in the realm's subsection:
 [domain_realm]
 ~~~~~~~~~~~~~~
 
-The [domain_realm] section provides a translation from a domain name
-or hostname to a Kerberos realm name.  The tag name can be a host name
-or domain name, where domain names are indicated by a prefix of a
-period (``.``).  The value of the relation is the Kerberos realm name
-for that particular host or domain.  A host name relation implicitly
-provides the corresponding domain name relation, unless an explicit domain
-name relation is provided.  The Kerberos realm may be
+The [domain_realm] section provides a translation from hostnames to
+Kerberos realms.  Each tag is a domain name, providing the mapping for
+that domain and all subdomains.  If the tag begins with a period
+(``.``) then it applies only to subdomains.  The Kerberos realm may be
 identified either in the realms_ section or using DNS SRV records.
-Host names and domain names should be in lower case.  For example::
+Tag names should be in lower case.  For example::
 
     [domain_realm]
         crash.mit.edu = TEST.ATHENA.MIT.EDU