Skip to content

Commit

Permalink
temp: remove mailman2 enrollment in newuser creation
Browse files Browse the repository at this point in the history
  • Loading branch information
e-zhang09 committed Oct 9, 2024
1 parent af3aeb1 commit b09b259
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/newuser/config_newuser
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ if [ $# -ne 4 ]; then echo "usage: $0 username email uid enroll_jobs"; exit 1; f
mkdir -m 700 /nfs/homes/$1
echo $2 > /nfs/homes/$1/.forward
chown -R $3:1000 /nfs/homes/$1
echo $2 | add_members -r - Csua-newmembers
if ($4); then echo $2 | add_members -r - Jobs; fi
# TODO: add back mailman enrollment
#echo $2 | add_members -r - Csua-newmembers
#if ($4); then echo $2 | add_members -r - Jobs; fi

#this is for creating the public_html folder and link
mkdir -m 755 /nfs/public_html/$1
Expand Down

0 comments on commit b09b259

Please sign in to comment.