|
I also forgot to mention that you need to compile the CL program as QSECOFR and change the USRPRF parm to *OWNER on the compile or CHGPGM
-----Original Message-----
From: Schlemme, Michael C.
Sent: Tuesday, March 07, 2000 1:13 PM
To: 'MIDRANGE-L@midrange.com'
Subject: RE: enable user profile
Here's what the command looks like. The screen capture I sent the first time did not come through.
Enable profile/reset password (SETPWD)
Type choices, press Enter.
User profile to reset . . . . . User profile
User profile reset option . . . *ENABLE *BOTH, *ENABLE, *PASSWORD
I created this command/CL program many moons ago to allow operators and mill supervisors to reenable a user profile/reset a password. It simply does the following: 1) if the 'User profile reset option' is *ENABLE, the CL program does a CHGUSRPRF &usrprf STATUS(*ENABLED), 2) if the 'User profile reset option' is *PASSWORD, the CL program does a CHGUSRPRF &usrprf PASSWORD(&usrprf) and PWDEXP(*YES). This changes the user's password to the same as their user profile name and sets their profile to expired so the next time they signon, they are forced to enter a new password, 3) if the 'User profile reset option' is *BOTH, then the program does both steps 1 and 2. Additionally, the CL programs sends a message to QSYSOPR like the following:
From . . . : AMCS 03/07/00 13:15:23
Job 381066/AMCS/AITDPC17S1 enabled user profile AMCS. The last succesfull
signon for user AMCS was 03/07/00 at 08:01:49. The number of invalid
signon attempts were 00000000000.
-----Original Message-----
From: JGracetri@aol.com [SMTP:JGracetri@aol.com]
Sent: Tuesday, March 07, 2000 11:23 AM
To: MIDRANGE-L@midrange.com
Subject: enable user profile
I need to enable user profiles.
Can I write a cl which will allow the operator to enable disabled profiles.
I have tried adopted auth, but I must be doing something wrong.
I get this message when the job runs
Additional Message Information
Message ID . . . . . . : CPF2228 Severity . . . . . . . : 40
Message type . . . . . : Escape
Date sent . . . . . . : 03/07/00 Time sent . . . . . . : 11:07:33
Message . . . . : Not authorized to change user profile.
Cause . . . . . : Object management (*OBJMGT) and use (*USE) authority are
required for each user profile being changed.
Recovery . . . : Have the security officer give you the required authority
to change the user profile.
the programs arer owned by a profile which can enable user profiles.
thanks jeff g.
Bottom
Press Enter to continue.
F3=Exit F6=Print F9=Display message details F12=Cancel
F21=Select assistance level
+---
| This is the Midrange System Mailing List!
| To submit a new message, send your mail to MIDRANGE-L@midrange.com.
| To subscribe to this list send email to MIDRANGE-L-SUB@midrange.com.
| To unsubscribe from this list send email to MIDRANGE-L-UNSUB@midrange.com.
| Questions should be directed to the list owner/operator: david@midrange.com
+---
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.