Skip to content

Commit

Permalink
Also setup kcronint for undef fallback
Browse files Browse the repository at this point in the history
  • Loading branch information
jcpunk committed Jun 10, 2024
1 parent ff5b538 commit 18f27d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/shell/kcroninit
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ export KRB5CCNAME="KEYRING:session:${MYUID}:${SCRAMBLE}"
# Can I write to the keytab?
###########################################################
echo 'Is the keytab writable?'
if ! KEYTAB=$(${KEYTAB_INIT}); then
if ! KEYTAB=$(${KEYTAB_INIT:-/usr/libexec/kcron/init-kcron-keytab}); then
echo ''
echo 'Keytab is not writable to this user:' >&2
id >&2
Expand Down

0 comments on commit 18f27d3

Please sign in to comment.