AS/400 Password restriction
35 pts.
0
Q:
AS/400 Password restriction
Good Day

Currently all users are forced to change their passwords on the as/400 after 30 days. I have set up a ftpuser which I need to remove this password change restriction . Is there a way which prevents this user from an enforced pasword change. The reason is that I have an ftp script from Unix that puts files onto my as/400 every day and if the password changes the ftp script will abend.

What can you suggest

Best Regards

Brian jacobsohn

 



Software/Hardware used:
AS/400 (iSeries)
ASKED: Sep 11 2009  9:12 AM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
0
35 pts.
0
A:
 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0
  • AddThis Social Bookmark Button
On the USRPRF you can set the value PWDEXP(*NO)

Hi Charlie
Thanks for you reply.

Forgive my ignorance but how do I modify the user profile to reflect this PWDEXP(*NO)

I invoked CHGUSRPRF and did not find the value: PWDEXP(*NO)

Please advise

Many Thanks
Brian
---------------
CHGUSRPRF - F11 shows keywords
F10 more parameters
pagedown
change PWDEXPITV to *NOMAX

PWDEXP sets the current status of password to expired/not expired and should be *NO
PWDEXPITV sets Password expiration interval .
Phil
************************
Thank You
PHIL
***********************
Last Answered: Sep 11 2009  2:25 PM GMT by Bjay   35 pts.
Latest Contributors: Philpl1jb   24600 pts., CharlieBrowne   6540 pts.
0
0
Discuss This Answer:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _



_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _

Whatis23   4040 pts.  |   Sep 11 2009  5:58PM GMT

Since you’re using the profile as a “service account”, be sure to set the Initial menu as *SIGNOFF so no one can login with it. Also set Limit capabilities to *YES.

 
0