scout: Tidy header includes
[openafs.git] / doc / man-pages / pod5 / krb.conf.pod
1 =head1 NAME
2
3 krb.conf - Configures the kerberos realm to AFS cell mapping
4
5 =head1 DESCRIPTION
6
7 /usr/afs/etc/krb.conf is an optional file that resides on an OpenAFS
8 server and is used to specify which Kerberos5 realms are trusted to
9 authenticate to the local AFS cell. The format of the file is one or more
10 realms separated by white space on the first line of the file.
11 If the Kerberos5 realm matches the AFS cell name (case-insensitive),
12 then this file can be omitted. krb.conf is only needed when the
13 Kerberos5 realm does not match the cell name or multiple Kerberos5
14 realms authenticate to the same AFS cell.
15
16 =head1 SEE ALSO
17
18 L<krb.excl(5)>
19
20 =head1 COPYRIGHT
21
22 Copyright 2008 Jason Edgecombe <jason@rampaginggeek.com>
23
24 This documentation is covered by the BSD License as written in the
25 doc/LICENSE file. This man page was written by Jason Edgecombe for
26 OpenAFS.