1KRB.EQUIV(5) File Formats Manual KRB.EQUIV(5)
2
3
4
5 *
6
8 /etc/krb.equiv - Kerberos equivalences
9
11 krb.equiv contains zero or more lines, each of which describes a map‐
12 ping of a kerberos principal (userid@host) to a local user (userid or
13 alias). Each line of the file consists of two fields, separated by at
14 least one whitespace character; other blanks are ignored. The first
15 field is the kerberos principal name to remap, and the second is the
16 name of the corresponding local user.
17
19 tyq4@ANDY.CMU.EDU tyq4
20 tyq4@DEANNA.ORG tyq4
21 ty347@ECE.CMU.EDU tyq4
22 jj12@ANDY.CMU.EDU tick
23 tick@DEANNA.ORG tick
24 jy9o@ANDY.CMU.EDU jyager
25 jyager@CS.CMU.EDU jyager
26
27
28
29
30CMU Project Cyrus KRB.EQUIV(5)