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 |
---|
18 | credentials \- knfs credentials input file format |
---|
19 | .SH SYNOPSIS |
---|
20 | .B /var/athena/credentials |
---|
21 | .SH DESCRIPTION |
---|
22 | The |
---|
23 | .B credentials |
---|
24 | file is read by |
---|
25 | .IR mkcred (1) |
---|
26 | to generate db files needed by the Kerberized NFS mountd to tell it |
---|
27 | what Kerberos principal names map to what local UIDs, and what local |
---|
28 | groups those users are in. |
---|
29 | .PP |
---|
30 | The file consists of an arbitrary number of lines of the format: |
---|
31 | .RS 8 |
---|
32 | .B username:uid:primary gid:gid:gid:... |
---|
33 | .RE |
---|
34 | The first three fields are required. (The primary gid will normally be |
---|
35 | 101 (mit) for Athena users.) After the three required fields there can |
---|
36 | be any number of supplementary gids (including none), although |
---|
37 | .I mkcred |
---|
38 | may ignore later gids if the size of the list exceeds the OS-defined |
---|
39 | limit. |
---|
40 | .PP |
---|
41 | The colon after the last gid on a line may be omitted. |
---|
42 | .SH "SEE ALSO" |
---|
43 | mkcred(1) |
---|
44 | .SH AUTHOR |
---|
45 | MIT Information Systems |
---|
46 | .br |
---|
47 | Copyright 1998, 1999 by the Massachusetts Institute of Technology. |
---|