source: trunk/athena/etc/mkcred/credentials.5 @ 14210

Revision 14210, 1.7 KB checked in by danw, 25 years ago (diff)
clarify
Line 
1.\" $Id: credentials.5,v 1.3 2000-01-14 22:32:31 danw Exp $
2.\"
3.\" Copyright 1998, 1999 by the Massachusetts Institute of Technology.
4.\"
5.\" Permission to use, copy, modify, and distribute this
6.\" software and its documentation for any purpose and without
7.\" fee is hereby granted, provided that the above copyright
8.\" notice appear in all copies and that both that copyright
9.\" notice and this permission notice appear in supporting
10.\" documentation, and that the name of M.I.T. not be used in
11.\" advertising or publicity pertaining to distribution of the
12.\" software without specific, written prior permission.
13.\" M.I.T. makes no representations about the suitability of
14.\" this software for any purpose.  It is provided "as is"
15.\" without express or implied warranty.
16.TH CREDENTIALS 5 "13 April 1999"
17.SH NAME
18credentials \- knfs credentials input file format
19.SH SYNOPSIS
20.B /var/athena/credentials
21.SH DESCRIPTION
22The
23.B credentials
24file is read by
25.IR mkcred (1)
26to generate db files needed by the Kerberized NFS mountd to tell it
27what Kerberos principal names map to what local UIDs, and what local
28groups those users are in.
29.PP
30The file consists of an arbitrary number of lines of the format:
31.RS 8
32.B username:uid:primary gid:gid:gid:...
33.RE
34The first three fields are required. (The primary gid will normally be
35101 (mit) for Athena users.) After the three required fields there can
36be any number of supplementary gids (including none), although
37.I mkcred
38may ignore later gids if the size of the list exceeds the OS-defined
39limit.
40.PP
41The colon after the last gid on a line may be omitted.
42.SH "SEE ALSO"
43mkcred(1)
44.SH AUTHOR
45MIT Information Systems
46.br
47Copyright 1998, 1999 by the Massachusetts Institute of Technology.
Note: See TracBrowser for help on using the repository browser.