From eb72845cea8dfe27937da72b7c96c06537ce4cb9 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 24 Dec 2009 17:41:36 -0500 Subject: [PATCH] Remove "-G all" as it was causing the useradd operation to fail, leading to other failures. (Users were not added to passwd, home directories were not being made, etc) --- etc/inc/auth.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)