Add $USER to kinit
This commit is contained in:
parent
2d267ae8d2
commit
2ece10f050
@ -33,9 +33,9 @@ run `kinit` (to obtain a granting Kerberos ticket) followed by `aklog` (to obtai
|
||||
See further details below.
|
||||
|
||||
To manually obtain granting tickets, one has to:
|
||||
1. To obtain a granting Kerberos ticket, one needs to run `kinit` and introduce the PSI password.
|
||||
1. To obtain a granting Kerberos ticket, one needs to run `kinit $USER` and enter the PSI password.
|
||||
```bash
|
||||
kinit
|
||||
kinit $USER@D.PSI.CH
|
||||
```
|
||||
2. To obtain a granting ticket for AFS, one needs to run `aklog`. No password is necessary, but a valid
|
||||
Kerberos ticket is mandatory.
|
||||
|
Loading…
x
Reference in New Issue
Block a user