Skip to content
Snippets Groups Projects

need `-f` flag when `kinit` to request a forward-able tickets

Merged Jerry Ling requested to merge jiling/linux.cern.ch:patch-1 into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -53,7 +53,7 @@ from a Java JRE, these often have problems such as echoing the
password).
```bash
$ kinit afsusername@CERN.CH
$ kinit -f afsusername@CERN.CH
afsusername@CERN.CH's Password: <enter your password>
$
```
Loading