60643d379b
(Including all changes for FreeBSD - importing the original eBones distribution would be too complex at this stage, since I don't have access to Piero's CVS.) (If you want to include eBones in your system, don't forget to include MAKE_EBONES in /etc/make.conf.) (This stuff is now also suppable from braae.ru.ac.za.) Bones originally from MIT SIPB. Original port to FreeBSD 1.x by Piero Serini. Moved to FreeBSD 2.0 by Doug Rabson and Geoff Rehmet. Nice bug fixes from Doug Rabson.
40 lines
1.2 KiB
Groff
40 lines
1.2 KiB
Groff
.\" from: krb.realms.5,v 4.1 89/01/23 11:10:41 jtkohl Exp $
|
|
.\" $Id: krb.realms.5,v 1.2 1994/07/19 19:27:45 g89r4222 Exp $
|
|
.\" Copyright 1989 by the Massachusetts Institute of Technology.
|
|
.\"
|
|
.\" For copying and distribution information,
|
|
.\" please see the file <Copyright.MIT>.
|
|
.\"
|
|
.TH KRB.REALMS 5 "Kerberos Version 4.0" "MIT Project Athena"
|
|
.SH NAME
|
|
/etc/krb.realms \- host to Kerberos realm translation file
|
|
.SH DESCRIPTION
|
|
.I krb.realms
|
|
provides a translation from a hostname to the Kerberos realm name for
|
|
the services provided by that host.
|
|
.PP
|
|
Each line of the translation file is in one of the following forms
|
|
(domain_name should be of the form .XXX.YYY, e.g. .LCS.MIT.EDU):
|
|
.nf
|
|
.in +5n
|
|
host_name kerberos_realm
|
|
domain_name kerberos_realm
|
|
.in -5n
|
|
.fi
|
|
If a hostname exactly matches the
|
|
.I host_name
|
|
field in a line of the first
|
|
form, the corresponding realm is the realm of the host.
|
|
If a hostname does not match any
|
|
.I host_name
|
|
in the file, but its
|
|
domain exactly matches the
|
|
.I domain_name
|
|
field in a line of the second
|
|
form, the corresponding realm is the realm of the host.
|
|
.PP
|
|
If no translation entry applies, the host's realm is considered to be
|
|
the hostname's domain portion converted to upper case.
|
|
.SH SEE ALSO
|
|
krb_realmofhost(3)
|