Versions Compared

Key

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

...

The attached script will run in the background and keep your Kerberos ticket valid at all times.

Installation

To install, first download the below script:

...

Code Block
breakoutModewide
kinit --keychain username@YOURDOMAIN.LOCAL # <-- replace with your details here. Type your password when prompted. 
cd ~/Downloads
chmod u+x kerberos-refresh-ticket.sh
./kerberos-refresh-ticket.sh install username@YOURDOMAIN.LOCAL # <-- replace with your details here

...