Many years ago, I have the same issue of not expiring password... there is
an exit in RACF.
You need to write a small  Assemble program,   have'nt  touch VM for so
long.


    MVC   USERID,8(R1)                                             UNE00100
    RACROUTE REQUEST=EXTRACT,TYPE=REPLACE,                        XUNE00110
          ENTITY=USERID,CLASS='USER',                             XUNE00120
          FIELDS=FIELDLST,                                        XUNE00130
          SEGDATA=NEWDATA,WORKA=WORKAREA,                         XUNE00140
          RELEASE=1.10                                             UNE00150
    DS    0H                                                       UNE00160



FIELDLST DC    A(1)
UNE00240
         DC    CL8'PASSDATE'
UNE00250
NEWDATA  DS    0H
UNE00260
EXPIRE   DC    AL4(3),PL3'99365'
UNE00270
         DS    0D
UNE00280





                Rob van der
             Heij
             <[EMAIL PROTECTED]                                          To
             m>                        [email protected]
                Sent by: Linux                                          cc
             on 390 Port
             <[EMAIL PROTECTED]                                     Subject
             IST.EDU>                  Re: STOP SYSTEM VIRTUAL MACHINES
                                       EXPIRING?

                11/21/2008
             07:57 AM


             Please respond to
             Linux on 390 Port
             <[EMAIL PROTECTED]
                 IST.EDU>






On Fri, Nov 21, 2008 at 1:43 PM, James Tison <[EMAIL PROTECTED]> wrote:

> RAC PASSWORD USER(whomever) NOINTERVAL

While that technically is correct, I would not encourage this. Those
are often users with high privileges. You probably don't want people
to still remember the password when they have no business anymore to
logon to the user.

Use LOGONBY so that people only have to manage their own password.
Permit groups to the profile, so that it is easy to manage access
control. Then define the servers with NOPASSWORD so there is nothing
to revoke or expire for the server.

Rob

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or
visit
http://www.marist.edu/htbin/wlvindex?LINUX-390




Visit our website at http://www.nyse.com

****************************************************

Note:  The information contained in this message and any attachment
to it is privileged, confidential and protected from disclosure.  If the
reader of this message is not the intended recipient, or an employee
or agent responsible for delivering this message to the intended
recipient, you are hereby notified that any dissemination,
distribution or copying of this communication is strictly prohibited.
If you have received this communication in error, please notify the
sender immediately by replying to the message, and please delete
it from your system. Thank you.  NYSE Euronext, Inc.

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to