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