Versions Compared

Key

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

...

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

...