Index: scripts/check_accounts =================================================================== RCS file: /cvsroot/tiger/tiger/scripts/check_accounts,v retrieving revision 1.7 diff -a -u -p -r1.7 check_accounts --- scripts/check_accounts 19 Aug 2003 15:37:33 -0000 1.7 +++ scripts/check_accounts 6 Sep 2003 20:40:04 -0000 @@ -124,7 +124,7 @@ trap 'delete $WORKDIR/pass.list.$$ $WORK [ -z "$Tiger_Accounts_Trust" ] && Tiger_Accounts_Trust=-1 # If not defined we disable this check [ -z "$Tiger_Dormant_Limit" ] && Tiger_Dormant_Limit=0 -[ -z "$Tiger_Admin_Accounts" ] && Tiger_Admin_Accounts="root" +Tiger_Admin_Accounts=${Tiger_Admin_Accounts-"root"} # # This function checks for potential access to an "disabled" account.