Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
workaround
mchyzer committed Oct 9, 2023
1 parent 86df736 commit 1add274
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/mkstudent.sh
@@ -28,7 +28,8 @@ docker pull "tier/gte:401.end-$GROUPER_GTE_DOCKER_BRANCH"
MY_IP=$(curl icanhazip.com)

# Generate a password
PASS=$(od -An -N32 -i /dev/random | md5sum | cut -c1-8)
#PASS=$(od -An -N32 -i /dev/random | md5sum | cut -c1-8)
PASS=Gmg86m3ZYalbiaohvaTZ
#ENCRYPTED_PASS=$(perl -e 'print crypt($ARGV[0], "password")' $PASS)

groupadd -g 1002 student

0 comments on commit 1add274

Please sign in to comment.