UNCLASSIFIED

Skip to content
Snippets Groups Projects
Commit 7061c68c authored by Adam Pankow's avatar Adam Pankow :satellite:
Browse files

Update distro list address

parent 67094f7b
No related merge requests found
......@@ -6,7 +6,7 @@ echo {{ stage_user_password }} | kinit stage > /dev/null
if ! ipa stageuser-add $1 --first=$2 --last=$3 --email=$4 --gecos=$1 --class=CMF --random; then
echo "Account staging failed when attempted using the below information. Do you already have an account in staging?"
echo "If you have previously staged an account but did not received a promotion notification within 24 hours,"
echo "please contact usarmy.gordon.cyber-coe.list.cyber-school-vta@mail.mil."
echo "please contact usarmy.eisenhower.cyber-coe.list.cyber-school-vta@army.mil."
echo "-------------------------------------"
echo "Attempted to stage user $1"
echo "-------------------------------------"
......@@ -26,7 +26,7 @@ else
if ! ipa stageuser-mod $1 --user-auth-type=otp --user-auth-type=password > /dev/null; then
echo "Account modification failed when attempted for $1. Please contact your administrator."
elif ! ipa stageuser-activate $1 > /dev/null; then
echo "Account activation failed when attempted for $1. Do you already have an account? Please contact usarmy.gordon.cyber-coe.list.cyber-school-vta@mail.mil, as your real account is now likely disabled."
echo "Account activation failed when attempted for $1. Do you already have an account? Please contact usarmy.eisenhower.cyber-coe.list.cyber-school-vta@army.mil, as your real account is now likely disabled."
else
echo ""
echo "$2,"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment