Diff for /loncom/lond between versions 1.165.2.3 and 1.165.2.4

version 1.165.2.3, 2004/03/08 20:13:07 version 1.165.2.4, 2004/04/08 20:11:12
Line 2856  sub make_passwd_file { Line 2856  sub make_passwd_file {
  }   }
     } elsif ($umode eq 'unix') {      } elsif ($umode eq 'unix') {
  {   {
       #
       #  Don't allow the creation of privileged accounts!!! that would
       #  be real bad!!!
       #
       my $uid = getpwnam($uname);
       if((defined $uid) && ($uid == 0)) {
    &logthis(">>>Attempted to create privilged account blocked");
    return "no_priv_account_error\n";
       }
   
     my $execpath="$perlvar{'lonDaemons'}/"."lcuseradd";      my $execpath="$perlvar{'lonDaemons'}/"."lcuseradd";
     {      {
  &Debug("Executing external: ".$execpath);   &Debug("Executing external: ".$execpath);

Removed from v.1.165.2.3  
changed lines
  Added in v.1.165.2.4


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>