IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

RACF Password Expiry.


IBM Mainframe Forums -> JCL & VSAM
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Tue Aug 17, 2010 7:47 pm
Reply with quote

Hi,

I have access to 30 to 40 lpars, but I use them only rarely (i.e. if there is an issue)
At our shop, if an ID is not used for over 45 days then the ID is removed from the system completely and some of my IDS got removed.
To avoid this I am planning to setup a job to keep my ID active on all LPARs.

All the LPAR nodes support JES transmission of job, so if the below job is run on single master LPAR once in 30 days & transmit the job to other LPARs, please let me know if this would prevent RACF from removing my ids?


Password changing job:

Code:
//USERIDJ JOB .....
//             USER=MYUSERID,                 
//             PASSWORD=(OLDPASS,NEWPASS),
/*ROUTE XEQ   NODENAME


Similarly for other remaining LPARs.

Thanks in advance,
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Tue Aug 17, 2010 8:35 pm
Reply with quote

vasanthz wrote:
At our shop, if an ID is not used for over 45 days then the ID is removed from the system completely and some of my IDS got removed.
Do you have different ID (RACF) for every different LPAR? icon_eek.gif
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Tue Aug 17, 2010 8:37 pm
Reply with quote

Hi,
Yes,I have different IDs for them, maintaining the ID & passwords for each one is a task onto itself.

Regards,
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Aug 17, 2010 8:49 pm
Reply with quote

if Your auditors are a bit smart, You might get questioned, with rather unpleasant results
keep-alive tricks are frowned upon in most organizations

the best thing would be to review with the powers the setup,
the issue should be common also to other people
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Tue Aug 17, 2010 9:14 pm
Reply with quote

Enrico, Thanks for responding.
I did not look at it in that perspective. I don't think there is much can be done than me manually logging into all of them once. mmm...
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Tue Aug 17, 2010 9:20 pm
Reply with quote

Hi,
If I was changing my passwords once a month and if the RACF does not flag me as inactive user, then I guess the blame is on the RACF. icon_biggrin.gif
Regards,
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Aug 17, 2010 9:21 pm
Reply with quote

maybe I did not express clearly my thoughts
manual or automatic, it will make little difference,
as I said if the auditors have a sound approach to auditing
an ID which logins/logons to a system only once every 40 days is still something to investigate
( seen it, done it, at the end there was no reason for the ID to be there )
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Tue Aug 17, 2010 9:22 pm
Reply with quote

Hello,

I simply log on and change the passwords each month. . .

It is a pain, but doesn't really take long. . .

And it is not near the pain of having to get an id re-instated. . .
Back to top
View user's profile Send private message
vasanthz

Global Moderator


Joined: 28 Aug 2007
Posts: 1742
Location: Tirupur, India

PostPosted: Tue Aug 17, 2010 11:34 pm
Reply with quote

I agree D.
Back to top
View user's profile Send private message
santy
Warnings : 1

New User


Joined: 19 Jul 2007
Posts: 22
Location: mumbai

PostPosted: Tue Sep 14, 2010 11:00 am
Reply with quote

most simple option i m using is to login and changing the password manunally from the login screen once in month.

that's the best option to come out through this problem.:)
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> JCL & VSAM

 


Similar Topics
Topic Forum Replies
No new posts RACF - Rebuild SETROPTS command which... All Other Mainframe Topics 3
No new posts RACF cost vs. ACF2 cost IBM Tools 2
No new posts CICS Access to RACF CICS 2
No new posts FTP - connect with certificate, no pa... JCL & VSAM 1
No new posts CICS RACF & DB2CONN CICS 2
Search our Forums:

Back to Top