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

Diff for /src/etc/Attic/security between version 1.63 and 1.64

version 1.63, 2003/07/03 23:05:42 version 1.64, 2003/07/07 15:35:55
Line 52 
Line 52 
                 printf("Login %s has a negative user ID.\n", $1);                  printf("Login %s has a negative user ID.\n", $1);
         if ($4 < 0)          if ($4 < 0)
                 printf("Login %s has a negative group ID.\n", $1);                  printf("Login %s has a negative group ID.\n", $1);
         if ($7 != 0 && system("test "$7" -lt `date +%s`") == 0)          if (int($7) != 0 && system("test "$7" -lt `date +%s`") == 0)
                 printf("Login %s has expired.\n", $1);                  printf("Login %s has expired.\n", $1);
 }' < $MP > $OUTPUT  }' < $MP > $OUTPUT
 if [ -s $OUTPUT ] ; then  if [ -s $OUTPUT ] ; then

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64