Skip to content
Snippets Groups Projects
Commit 36f26bdf authored by Thomas Woerner's avatar Thomas Woerner
Browse files

infra/image/system-service/fixipaip.sh: Use of admin for kinit call

The kinit call have been missing the principal.
parent e2bdbeef
No related branches found
No related tags found
No related merge requests found
......@@ -55,7 +55,7 @@ echo " IP: '${IP}'"
echo " PTR: '${PTR}'"
echo " FORWARDER: '${FORWARDER}'"
if ! echo "SomeADMINpassword" | kinit -c "${KRB5CCNAME}"
if ! echo "SomeADMINpassword" | kinit -c "${KRB5CCNAME}" admin >/dev/null
then
echo "ERROR: Failed to obtain Kerberos ticket"
exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment