krb5-ticket-watcher is a tray applet for watching, renewing, and reinitializing Kerberos tickets. It's very useful in corporate network for linux-workstations which should be in the AD-domain.
Application read configuration from kerberos, for example, /etc/krb5.cfg
Application automatically saves credential. On linux with libsecret, on macos with keychain, all casess implemented by qt5keychain.
Application automatically saves and reads options to/from ~/.config/krb5tw/options.cfg, sample,
[General]
forwardable=true
lifetime.time=8
lifetime.unit=hours
promptInterval.time=31
promptInterval.unit=minutes
proxiable=true
renewtime.time=13
renewtime.unit=days
ldap.server=dc.domain.com
This is a fork of source forge project with patches from AltLinux team.