--- loncom/Attic/lchtmldir 2005/01/25 11:39:52 1.13 +++ loncom/Attic/lchtmldir 2005/01/26 10:38:13 1.14 @@ -221,7 +221,7 @@ END # Based on the authentiation mode, set the ownership of the directory. if($authentication eq "unix:") { # Unix mode authentication... - &System("/bin/chown -R $safeuser:www"." ".$fulldir); + &System("/bin/chown -R $safeuser:$safeuser"." ".$fulldir); &JoinGroup($safeuser); } else { # Internal, Kerberos, and Local authentication are for users