[BACK]Return to security CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/security between version 1.25 and 1.26

version 1.25, 1997/12/28 23:26:25 version 1.26, 1998/02/25 16:00:29
Line 45 
Line 45 
                 printf("Login %s has no password.\n", $1);                  printf("Login %s has no password.\n", $1);
         if ($2 != "" && length($2) != 13 && ($10 ~ /.*sh$/ || $10 == "") &&          if ($2 != "" && length($2) != 13 && ($10 ~ /.*sh$/ || $10 == "") &&
            ($2 !~ /^\$[0-9a-f]+\$/) && ($2 != "skey")) {             ($2 !~ /^\$[0-9a-f]+\$/) && ($2 != "skey")) {
                 if (system("grep -q \"^"$1" \" /etc/skeykeys") == 0)                  if (system("test -s /etc/skeykeys && grep -q \"^"$1" \" /etc/skeykeys") == 0)
                         printf("Login %s is off but still has a valid shell and an entry in /etc/skeykeys.\n", $1);                          printf("Login %s is off but still has a valid shell and an entry in /etc/skeykeys.\n", $1);
                 if (system("test -d "$9" -a ! -r "$9"") == 0)                  if (system("test -d "$9" -a ! -r "$9"") == 0)
                         printf("Login %s if off but still has valid shell and home directory is unreadable\n\t by root; cannot check for existance of alternate access files.\n", $1);                          printf("Login %s if off but still has valid shell and home directory is unreadable\n\t by root; cannot check for existance of alternate access files.\n", $1);

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26