Add $USER to kinit

This commit is contained in:
caubet_m 2022-07-18 15:32:20 +02:00
parent 2d267ae8d2
commit 2ece10f050

View File

@ -33,9 +33,9 @@ run `kinit` (to obtain a granting Kerberos ticket) followed by `aklog` (to obtai
See further details below. See further details below.
To manually obtain granting tickets, one has to: 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 ```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 2. To obtain a granting ticket for AFS, one needs to run `aklog`. No password is necessary, but a valid
Kerberos ticket is mandatory. Kerberos ticket is mandatory.