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

Diff for /src/etc/Attic/security between version 1.33 and 1.34

version 1.33, 1999/11/22 15:48:07 version 1.34, 2000/02/29 20:36:25
Line 48 
Line 48 
                 if (system("test -s /etc/skeykeys && 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 existence of alternate access files.\n", $1);
                 else if (system("for file in .ssh .rhosts .shosts .klogin; do if test -e "$9"/$file; then if ((ls -ld "$9"/$file | cut -b 2-10 | grep -q r) && (test ! -O "$9"/$file)) ; then exit 1; fi; fi; done"))                  else if (system("for file in .ssh .rhosts .shosts .klogin; do if test -e "$9"/$file; then if ((ls -ld "$9"/$file | cut -b 2-10 | grep -q r) && (test ! -O "$9"/$file)) ; then exit 1; fi; fi; done"))
                          printf("Login %s is off but still has a valid shell and alternate access files in\n\t home directory are still readable.\n",$1);                           printf("Login %s is off but still has a valid shell and alternate access files in\n\t home directory are still readable.\n",$1);
         }          }

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34