NAME
krb.conf - Kerberos configuration file
SYNOPSIS
/etc/krb.conf
DESCRIPTION
krb.conf contains configuration information describing the
Kerberos realm and the Kerberos key distribution center
(KDC) servers for known realms.
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. There can be multi-
ple lines for a given realm; the servers are tried in order
until an active one is found. The words admin server follow-
ing the hostname indicate that the host also provides an
administrative database server. For example:
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
The Kerberos configuration information can also be supplied
using the krb.conf NIS map. If /etc/krb.conf is not found
(or the requested information is not found in it), and the
system is running NIS, then the information will be obtained
from the NIS map. If neither the file nor the NIS map are
found, then the Kerberos library will use the domainname (as
returned by domainname(1M)) as the Kerberos realm, and the
host kerberos as the location of the KDC. There is no
default for the admin server.
Note that every time krb.conf is modified, kerbd(1M) needs
to be restarted.
SEE ALSO
domainname(1M), kerbd(1M), ypmake(1M), krb.realms(4)
BUGS
There is no NIS+ support yet for the krb.conf map.
|
Закладки на сайте Проследить за страницей |
Created 1996-2025 by Maxim Chirkov Добавить, Поддержать, Вебмастеру |