From 6c841b8f11cf17eaf9015e7fcd26a9241fd7e8c0 Mon Sep 17 00:00:00 2001 From: Roland Gruber Date: Thu, 5 Jul 2007 18:49:10 +0000 Subject: [PATCH] fixed rights of home directory --- lam/lib/lamdaemon.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/lam/lib/lamdaemon.pl b/lam/lib/lamdaemon.pl index b6b252df..acb38b37 100755 --- a/lam/lib/lamdaemon.pl +++ b/lam/lib/lamdaemon.pl @@ -135,6 +135,7 @@ if ($< == 0 ) { # we are root system '/usr/sbin/useradd.local', $user[0]; # run useradd-script system 'chmod', '-R', $vals[3], $user[7]; # Edit chmod rights } + system 'chmod', $vals[3], $user[7]; # Edit chmod rights $return = "INFO,Lamdaemon ($hostname),Home directory created (" . $user[7] . ")."; } else {