You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Example call to get a nfs service ticket:
k5start -f -S nfs -I -K 5 -L -v -p -b
Every 5 minutes k5start wakes up and renews the nfs service tickets completely instead of checking for validity and renewing only when needed.
The same happens with -H option. Seems like the validity is not correctly checked when checking only for a service ticket and not for a tgt.
The text was updated successfully, but these errors were encountered:
MFriedmann
changed the title
k5start with -S and -I option defined renews ticket every -K minutes instead of checking the validity
k5start with -S and -I option renews ticket every -K minutes instead of checking the validity
Jan 2, 2024
Example call to get a nfs service ticket:
k5start -f -S nfs -I -K 5 -L -v -p -b
Every 5 minutes k5start wakes up and renews the nfs service tickets completely instead of checking for validity and renewing only when needed.
The same happens with -H option. Seems like the validity is not correctly checked when checking only for a service ticket and not for a tgt.
The text was updated successfully, but these errors were encountered: