|
From: Will P. <pa...@us...> - 2003-03-21 18:55:26
|
Update of /cvsroot/ark/sidai/user-utils
In directory sc8-pr-cvs1:/tmp/cvs-serv15167/user-utils
Modified Files:
chk-etc-passwd chk-expired-users
Log Message:
updates
Index: chk-etc-passwd
===================================================================
RCS file: /cvsroot/ark/sidai/user-utils/chk-etc-passwd,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** chk-etc-passwd 21 Apr 2002 17:01:23 -0000 1.2
--- chk-etc-passwd 21 Mar 2003 18:23:06 -0000 1.3
***************
*** 80,84 ****
for user in ark.user.ArkUsersMgr().unpackSpecs(nonopts):
- if not user.isRelevant(host_ctxt=RUN_HOST): continue # not applicable
username = user.idString
--- 80,83 ----
Index: chk-expired-users
===================================================================
RCS file: /cvsroot/ark/sidai/user-utils/chk-expired-users,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** chk-expired-users 13 Feb 2003 13:51:36 -0000 1.5
--- chk-expired-users 21 Mar 2003 18:23:07 -0000 1.6
***************
*** 93,97 ****
header_printed = 0
for user in ark.user.ArkUsersMgr().unpackSpecs(nonopts):
- if not user.isRelevant(host_ctxt=RUN_HOST): continue # not applicable
user_id = user.idString
--- 93,96 ----
|