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

Diff for /src/etc/Attic/security between version 1.52 and 1.53

version 1.52, 2002/07/17 01:32:04 version 1.53, 2002/07/23 18:26:35
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)
                   printf("Login %s has expired.\n", $1);
 }' < $MP > $OUTPUT  }' < $MP > $OUTPUT
 if [ -s $OUTPUT ] ; then  if [ -s $OUTPUT ] ; then
         echo "\nChecking the ${MP} file:"          echo "\nChecking the ${MP} file:"

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53