mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-30 05:01:39 +01:00
33 lines
1.1 KiB
Groff
33 lines
1.1 KiB
Groff
|
.\" from: krb.conf.5,v 4.1 89/01/23 11:10:34 jtkohl Exp $
|
||
|
.\" $Id: krb.conf.5,v 1.2 1994/07/19 19:27:43 g89r4222 Exp $
|
||
|
.\" Copyright 1989 by the Massachusetts Institute of Technology.
|
||
|
.\"
|
||
|
.\" For copying and distribution information,
|
||
|
.\" please see the file <Copyright.MIT>.
|
||
|
.\"
|
||
|
.TH KRB.CONF 5 "Kerberos Version 4.0" "MIT Project Athena"
|
||
|
.SH NAME
|
||
|
/etc/krb.conf \- Kerberos configuration file
|
||
|
.SH DESCRIPTION
|
||
|
.I krb.conf
|
||
|
contains configuration information describing the Kerberos realm and the
|
||
|
Kerberos key distribution center (KDC) servers for known realms.
|
||
|
.PP
|
||
|
.I krb.conf
|
||
|
contains the name of the local realm in the first
|
||
|
line, followed by lines indicating realm/host
|
||
|
entries. The first token is a realm name, and the second is the hostname
|
||
|
of a host running a KDC for that realm.
|
||
|
The words "admin server" following the hostname indicate that
|
||
|
the host also provides an administrative database server.
|
||
|
For example:
|
||
|
.nf
|
||
|
.in +1i
|
||
|
ATHENA.MIT.EDU
|
||
|
ATHENA.MIT.EDU kerberos-1.mit.edu admin server
|
||
|
ATHENA.MIT.EDU kerberos-2.mit.edu
|
||
|
LCS.MIT.EDU kerberos.lcs.mit.edu admin server
|
||
|
.in -1i
|
||
|
.SH SEE ALSO
|
||
|
krb.realms(5), krb_get_krbhst(3), krb_get_lrealm(3)
|