X-Git-Url: http://git.onelab.eu/?p=util-vserver-pl.git;a=blobdiff_plain;f=scripts%2Fvuseradd;h=003426176d573d05b9bdc09cab47f8b691856136;hp=fa580152174b189fa23eaa7373a5b2955ba0c6b3;hb=f2817ebba1b80e799049270fefd79836a92fe513;hpb=00ef3bf63bdc8011eea351d214dbeddcca050059 diff --git a/scripts/vuseradd b/scripts/vuseradd index fa58015..0034261 100755 --- a/scripts/vuseradd +++ b/scripts/vuseradd @@ -156,9 +156,12 @@ if [ -d "$__DEFAULT_VSERVERDIR/$NAME" ] ; then chmod 755 "$__DEFAULT_VSERVERDIR/$NAME" # Add user in vserver - $_VSERVER ----insecure $NAME suexec root sh -c \ + $_VSERVER $NAME start --rescue sh -c \ "groupadd -g $GROUPID $GROUPNAME ; useradd -u $USERID -g $GROUPID -p '' $NAME" + # Stop the guest (since it's persistent) + $_VSERVER $NAME stop + # Add an unrestricted entry to /etc/sudoers file if [ -f "$__DEFAULT_VSERVERDIR/$NAME/etc/sudoers" ] && \ ! grep -q "^$NAME" "$__DEFAULT_VSERVERDIR/$NAME/etc/sudoers" ; then