diff --git a/etc/inc/auth.inc b/etc/inc/auth.inc index 59091f88e3..17093a9947 100644 --- a/etc/inc/auth.inc +++ b/etc/inc/auth.inc @@ -290,7 +290,7 @@ function local_user_set(& $user) { /* add or mod pw db */ $cmd = "/usr/sbin/pw {$user_op} -q -u {$user_uid} -n {$user_name}". - " -g {$user_group} -G all -s {$user_shell} -d {$user_home}". + " -g {$user_group} -s {$user_shell} -d {$user_home}". " -c ".escapeshellarg($user['fullname'])." -H 0 2>&1"; if($debug)