On Fri, 11 Nov 2005 11:34:39 -0600, Mark Zelden wrote: > >On Fri, 11 Nov 2005 10:47:33 -0600, Mark Steely wrote: >>I have auditor's after me.....help! I need a RACF report which will show >>ID and password interval. I know RACF has a report writer utility, but I >>don't have time to do the research on how to get the information I need. >>We are z/OS V1R4. Any help would be appreciated. > >On Fri, 11 Nov 2005 11:23:29 -0600, Alan C. Field wrote: >>Mark >>Its been a while but I think the SETR will show what you want - I haven;t >>got a RACF system to verify. >> > >SETRopts LIST will only show you the global value. The interval can >be set on a user by user basis.
While it is true that the interval can be set on a user by user basis, RACF will NOT honor interval settings that are longer than the global value. (The global value overrides.) Knowing that, the SETR LIST display just might be enough to keep the auditor off your back. (That has been covered on the RACF-L list countless times; check their archives.) You can specify larger values for individual users and RACF will accept them (presumably expecting you to eventually raise the global value and 'eventually' hasn't arrived yet). RACF's acceptance of the larger values does not change the fact that the global value ultimately rules. >Mark, since you don't have any of the reporting products the best you >can do is give the global setting without RYO code. You can unload >the RACF DB to a flat file using IRRDBU00 and use whatever programming >language you want if you need some report for all userids. There are >samples all over the place of using the IRRDBU00 file including a REXX >example on my web site (RACFUDEL). > >You might get a better answer from the RACF-L list. Agreed. -- Tom Schmidt Madison, WI ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

