Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Then open a Terminal window and run the following commands:

Code Block
breakoutModewide
kinit --keychain username@YOURDOMAIN.LOCAL <-- replace with
your details here
cd ~/Downloads
chmod u+x kerberos-refresh-ticket.sh
nano ./kerberos-refresh-ticket.sh <-- set your correct username@domain on line 6.
--> Exit nano with Ctrl-x then press y to save
./kerberos-refresh-ticket.sh installinstall username@YOURDOMAIN.LOCAL <-- replace with your details here

When the script is installed it will load at login, verify Kerberos ticket every 60 seconds, and refresh this when needed.

...