Use upper case for names of Kerberos realms

and lower case for DNS names.
This commit is contained in:
Martin Heinen 2003-10-01 00:10:30 +00:00
parent 5075e9460f
commit 2fd7373b54
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=18282

View file

@ -1994,7 +1994,7 @@ FreeBSD BUILT-19950429 (GR386) #0: Sat Apr 29 17:50:09 SAT 1995</screen>
<itemizedlist>
<listitem>
<para>The <acronym>DNS</acronym> domain (<quote>zone</quote>)
will be EXAMPLE.ORG.</para>
will be example.org.</para>
</listitem>
<listitem>
@ -2098,14 +2098,14 @@ kerberos_stash="YES"</programlisting>
default_realm = EXAMPLE.ORG
[realms]
EXAMPLE.ORG = {
kdc = kerberos.EXAMPLE.ORG
kdc = kerberos.example.org
}
[domain_realm]
.EXAMPLE.ORG = EXAMPLE.ORG</programlisting>
.example.org = EXAMPLE.ORG</programlisting>
<para>Note that this <filename>/etc/krb5.conf</filename> file implies
that your <acronym>KDC</acronym> will have the fully-qualified
hostname of <hostid role="fqdn">kerberos.EXAMPLE.ORG</hostid>.
hostname of <hostid role="fqdn">kerberos.example.org</hostid>.
You will need to add a CNAME (alias) entry to your zone file to
accomplish this if your <acronym>KDC</acronym> has a different
hostname.</para>
@ -2116,7 +2116,7 @@ kerberos_stash="YES"</programlisting>
above example could be trimmed to:</para>
<programlisting>[libdefaults]
default_realm = example.org</programlisting>
default_realm = EXAMPLE.ORG</programlisting>
<para>With the following lines being appended to the
<hostid role="fqdn">example.org</hostid> zonefile:</para>