| Author |
Message |
vinit_infy Warnings : 1 New User
Joined: 07 Apr 2005 Posts: 34
|
|
|
|
How do i know till what date my mainframe id will work? I mean do you have any idea to get the accessor id expiration date?
Any suggestion is most appreciated..
Many Thanks.
Vinit
Warning: Title Edited |
|
| Back to top |
|
 |
References
|
Posted: Mon Jan 29, 2007 3:49 pm Post subject: Re: How do i know till what date my mainframe id will work |
 |
|
|
 |
cpuhawg
Active User
Joined: 14 Jun 2006 Posts: 258 Location: Jacksonville, FL
|
|
|
|
If your shop uses RACF, you can display your own RACF parameters by entering TSO LU USERID on the command line where USERID is equal to your own ID.
You should get results:
| Code: |
USER=AB1234 NAME=ANALYST NAME OWNER=SYSADM CREATED=04.265
DEFAULT-GROUP=SYS1 PASSDATE=07.005 PASS-INTERVAL= 30
ATTRIBUTES=NONE
REVOKE DATE=NONE RESUME DATE=NONE
LAST-ACCESS=07.029/08:15:12
|
Look at REVOKE DATE. If it is equal to NONE, there is no set expiration date for your ID and it will stay active until the Security administrator removes it. If there is a date there instead of NONE, the date specifies when your ID will become REVOKED. |
|
| Back to top |
|
 |
vinit_infy Warnings : 1 New User
Joined: 07 Apr 2005 Posts: 34
|
|
|
|
| I dont have the RACF product enabled. Is there any other ways or commands to see the expiration details please? |
|
| Back to top |
|
 |
cpuhawg
Active User
Joined: 14 Jun 2006 Posts: 258 Location: Jacksonville, FL
|
|
|
|
| What is your security product on the mainframe? ACF2, Top Secret, or something else. |
|
| Back to top |
|
 |
vijikesavan
Active User
Joined: 04 Oct 2006 Posts: 92 Location: NJ, USA
|
|
|
|
Hi,
I need to know the same information as how long my user id is active.
Then I can renew it accordingly.
The commane TSO LU "userid" didnt work for me. gave error "command LU not found"
We have ACF2 installed.
Can anyone please let me know the command to check?
Thanks,
Viji |
|
| Back to top |
|
 |
expat
Global Moderator
Joined: 14 Mar 2007 Posts: 2186 Location: Brussels once more ...
|
|
|
|
| Ever thought of just emailing your security admin people ? |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 1844 Location: italy
|
|
|
|
it depends on your position within the company...
if You are a full time employee, the userid should not expire
if You are a consultant, usually, Your userid will not expire,
somebody will take care of disabling it at contract end
if You are in a group of contractors then Your contract/project manager should have already given You such info,
together with a document containing Your work/behavior standards and practices
in some cases You might also have been given an internal email address
and personal badge for access control |
|
| Back to top |
|
 |
Agni
Active User
Joined: 22 Nov 2007 Posts: 69 Location: Chennai
|
|
|
|
Hi cpuhawg,
Can you tell me how to know that which security product is installed in my shop? When I tried the "TSO LU USERID" i got the message as follows:
RACF PRODUCT DISABLED: COMMAND ENDED.
***
Thanks in advance
Agni. |
|
| Back to top |
|
 |
vijikesavan
Active User
Joined: 04 Oct 2006 Posts: 92 Location: NJ, USA
|
|
|
|
Thanks for the reply.
I was a consultant and recently got converted to full time employee. So I was not sure whether my TSO userid is changed to "no expiration date"..
Just thought if I can find out before contacting system admin.
If there is no way, then I'll contact them.
Thanks,
Viji |
|
| Back to top |
|
 |
HappySrinu
Active User
Joined: 22 Jan 2008 Posts: 87 Location: India
|
|
|
|
In Acf you can try with below commands
1.TSO ACF (Mostly every one have access to see their own id's info
2. L <space> userid youwill get some info which has your privileges etc but not sure whether it has your end date of your access.
give a try |
|
| Back to top |
|
 |
Anuj D.
Senior Member
Joined: 22 Apr 2006 Posts: 1124 Location: Mumbai, India
|
|
|
|
Hi,
is it a valid TSO command, doesn't work for me.. |
|
| Back to top |
|
 |
sri_mf
Active User
Joined: 31 Aug 2006 Posts: 120 Location: At my Desk
|
|
|
|
| HappySrinu wrote: |
In Acf you can try with below commands
1.TSO ACF (Mostly every one have access to see their own id's info
2. L <space> userid youwill get some info which has your privileges etc but not sure whether it has your end date of your access.
give a try |
Srinu the two commands are not working in my shop. |
|
| Back to top |
|
 |
dick scherrer
Global Moderator
Joined: 23 Nov 2006 Posts: 6029 Location: 221 B Baker St
|
|
|
|
Hello,
As was suggested before, talk with the security admin people.
They can tell you which security product is being used, how long your id will "survive" (if it even has an "end date"), and any command you might use to look at your own id (if it is permitted).
One thing that will "time out" is your password and need to be changed periodically. |
|
| Back to top |
|
 |
XOpen
New User
Joined: 19 Mar 2008 Posts: 25 Location: Russia
|
|
|
|
interested in - why do you need such info ???
Just work and don't think about it. One day you will not be able to logon, will be the right day to ask sec admins - why ?
There are many ways, your userid can be revoked. I beleive, it's not your bussiness to check one of them.
For RACF users, in some systems, you can use sdsf;log to enter LU. It will be executed under operator authority, not your's... |
|
| Back to top |
|
 |
enrico-sorichetti
Global Moderator
Joined: 14 Mar 2007 Posts: 1844 Location: italy
|
|
|
|
| Quote: |
| For RACF users, in some systems, you can use sdsf;log to enter LU. It will be executed under operator authority, not your's... |
NO !
any command will be executed under the authorization of TSO user
BUT if things have been properly setup the
LU command will be available to list each user attributes regardless of the racf attributes ( tested ) |
|
| Back to top |
|
 |
|
|