35 pts.
 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: September 11, 2009  9:12 AM
UPDATED: September 11, 2009  5:58 PM

Answer Wiki:
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 Wiki Answer Submitted:  September 11, 2009  2:25 pm  by  philpl1jb   44,630 pts.
All Answer Wiki Contributors:  philpl1jb   44,630 pts. , Bjay   35 pts. , CharlieBrowne   33,695 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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.

 5,665 pts.