This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).
We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:
Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,
Post an idea.
Get feedback from the IBM team and other customers to refine your idea.
Follow the idea through the IBM Ideas process.
Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.
IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.
ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.
See this idea on ideas.ibm.com
We need a way to prevent that the password matches the user profile. The available exit programs are not bullet proof. A new system value or password rule should be created to prevent the setup of a password that matches the user profile.
Whatever method you use to change a password you can not make it equal to the user profile.
Idea priority | High |
By clicking the "Post Comment" or "Submit Idea" button, you are agreeing to the IBM Ideas Portal Terms of Use.
Do not place IBM confidential, company confidential, or personal information into any field.
You might want to use the *ALLCRTCHG value in the QPWDRULES system value. The *ALLCRTCHG, which was introduced in V7R2, enforces the password rules even for QSECOFR when using the CRTUSRPRF or CHGUSRPRF command. So if the password policies are set accordingly, a default password should not be possible anymore.
What's wrong with the existing password validation exit (QPWDVLDPGM) ?
Apologies...please ignore my resent comment. It was already provided by Frank Fleer
Password Rule *LMTPRFNAME in system value QPWDRULES might help to some extent
Just noticed the other comments. I guess my comments are unnecessary.
"Assuming" that the various interfaces (GUI and otherwise) to create/change user profiles use the underlying commands CHGUSRPRF or CRTUSRPRF then it should be possible to use a command exit point program to disallow *USRPRF for the password, or a password equal to the user id. At least until IBM acts on your request. Search for QIBM_QCA_CHG_COMMAND or QIBM_QCA_RTV_COMMAND.
See also: Analyze Default Passwords (ANZDFTPWD) from GO SECTOOLS. Granted this last one is "after the fact".
Yes you are right Sean. The *LMTPRFNAME and *ALLCRTCHG (v7r2 - not mentioned in the memo to users manual) parameters seem to make this bulletproof. This RFE can be deleted.
You might want to read this.
https://www.ibm.com/support/knowledgecenter/en/ssw_ibm_i_73/rzarl/rzarlpwdrules.htm