expand on what "trailing component" means

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15087 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-05-04 12:44:34 +00:00
parent 1af2a98a59
commit 1ef7caec57

View File

@@ -31,7 +31,7 @@
.\" .\"
.\" $Id$ .\" $Id$
.\" .\"
.Dd December 8, 2004 .Dd May 4, 2005
.Dt KRB5.CONF 5 .Dt KRB5.CONF 5
.Os HEIMDAL .Os HEIMDAL
.Sh NAME .Sh NAME
@@ -251,6 +251,15 @@ Each binding in this section looks like:
The domain can be either a full name of a host or a trailing The domain can be either a full name of a host or a trailing
component, in the latter case the domain-string should start with a component, in the latter case the domain-string should start with a
period. period.
The trailing component version only matches hosts that are in the same
domain, ie
.Dq .example.com
matches
.Dq foo.example.com ,
but not
.Dq foo.test.example.com .
.Pp
The realm may be the token `dns_locate', in which case the actual The realm may be the token `dns_locate', in which case the actual
realm will be determined using DNS (independently of the setting realm will be determined using DNS (independently of the setting
of the `dns_lookup_realm' option). of the `dns_lookup_realm' option).