forked from sig_core/toolkit
make kinit as admin simpler
This commit is contained in:
parent
2e38400255
commit
1acca22141
@ -13,15 +13,7 @@ kdestroy &> /dev/null
|
|||||||
klist 2>&1 | grep -E "(No credentials|Credentials cache .* not found)" &> /dev/null
|
klist 2>&1 | grep -E "(No credentials|Credentials cache .* not found)" &> /dev/null
|
||||||
r_checkExitStatus $?
|
r_checkExitStatus $?
|
||||||
|
|
||||||
expect -f - <<EOF
|
echo "b1U3OnyX!" | kinit admin@RLIPA.LOCAL
|
||||||
set send_human {.1 .3 1 .05 2}
|
|
||||||
spawn kinit admin
|
|
||||||
sleep 1
|
|
||||||
expect "Password for admin@RLIPA.LOCAL:"
|
|
||||||
send -h "b1U3OnyX!\r"
|
|
||||||
sleep 5
|
|
||||||
close
|
|
||||||
EOF
|
|
||||||
|
|
||||||
klist | grep "admin@RLIPA.LOCAL" &> /dev/null
|
klist | grep "admin@RLIPA.LOCAL" &> /dev/null
|
||||||
r_checkExitStatus $?
|
r_checkExitStatus $?
|
||||||
|
@ -13,15 +13,7 @@ kdestroy &> /dev/null
|
|||||||
klist 2>&1 | grep -E "(No credentials|Credentials cache .* not found)" &> /dev/null
|
klist 2>&1 | grep -E "(No credentials|Credentials cache .* not found)" &> /dev/null
|
||||||
r_checkExitStatus $?
|
r_checkExitStatus $?
|
||||||
|
|
||||||
expect -f - <<EOF
|
echo "b1U3OnyX!" | kinit admin@RLIPA.LOCAL
|
||||||
set send_human {.1 .3 1 .05 2}
|
|
||||||
spawn kinit admin
|
|
||||||
sleep 1
|
|
||||||
expect "Password for admin@RLIPA.LOCAL:"
|
|
||||||
send -h "b1U3OnyX!\r"
|
|
||||||
sleep 5
|
|
||||||
close
|
|
||||||
EOF
|
|
||||||
|
|
||||||
klist | grep "admin@RLIPA.LOCAL" &> /dev/null
|
klist | grep "admin@RLIPA.LOCAL" &> /dev/null
|
||||||
r_checkExitStatus $?
|
r_checkExitStatus $?
|
||||||
|
@ -13,15 +13,7 @@ kdestroy &> /dev/null
|
|||||||
klist 2>&1 | grep -qE "(No credentials|Credentials cache .* not found)" &> /dev/null
|
klist 2>&1 | grep -qE "(No credentials|Credentials cache .* not found)" &> /dev/null
|
||||||
r_checkExitStatus $?
|
r_checkExitStatus $?
|
||||||
|
|
||||||
expect -f - <<EOF
|
echo "b1U3OnyX!" | kinit admin@RLIPA.LOCAL
|
||||||
set send_human {.1 .3 1 .05 2}
|
|
||||||
spawn kinit admin
|
|
||||||
sleep 1
|
|
||||||
expect "Password for admin@RLIPA.LOCAL:"
|
|
||||||
send -h "b1U3OnyX!\r"
|
|
||||||
sleep 5
|
|
||||||
close
|
|
||||||
EOF
|
|
||||||
|
|
||||||
klist | grep "admin@RLIPA.LOCAL" &> /dev/null
|
klist | grep "admin@RLIPA.LOCAL" &> /dev/null
|
||||||
r_checkExitStatus $?
|
r_checkExitStatus $?
|
||||||
|
@ -13,15 +13,7 @@ kdestroy &> /dev/null
|
|||||||
klist 2>&1 | grep -E "(No credentials|Credentials cache .* not found)" &> /dev/null
|
klist 2>&1 | grep -E "(No credentials|Credentials cache .* not found)" &> /dev/null
|
||||||
r_checkExitStatus $?
|
r_checkExitStatus $?
|
||||||
|
|
||||||
expect -f - <<EOF
|
echo "b1U3OnyX!" | kinit admin@RLIPA.LOCAL
|
||||||
set send_human {.1 .3 1 .05 2}
|
|
||||||
spawn kinit admin
|
|
||||||
sleep 1
|
|
||||||
expect "Password for admin@RLIPA.LOCAL:"
|
|
||||||
send -h "b1U3OnyX!\r"
|
|
||||||
sleep 5
|
|
||||||
close
|
|
||||||
EOF
|
|
||||||
|
|
||||||
klist | grep "admin@RLIPA.LOCAL" &> /dev/null
|
klist | grep "admin@RLIPA.LOCAL" &> /dev/null
|
||||||
r_checkExitStatus $?
|
r_checkExitStatus $?
|
||||||
|
Loading…
Reference in New Issue
Block a user