Operating System - OpenVMS
1829617 Members
2263 Online
109992 Solutions
New Discussion

Pre-expired password accounts not prompting for change

 
SOLVED
Go to solution
Mike Kier
Valued Contributor

Pre-expired password accounts not prompting for change

V7.3-2 patched current, Multinet 4.4

I'm not sure when this started, but now when I create a new user account using Authorize by copying an existing account using the syntax

copy olduser newuser/uic=[xxx,yyy]/pass=password/pwdexp

the new user does not get prompted for a password change and can in fact login and out repeatedly without changing.

Only FLAGS are DisCtlY and DefCLI.

Any ideas? Other information needed to diagnose?

Mike
Practice Random Acts of VMS Marketing
6 REPLIES 6
Kris Clippeleyr
Honored Contributor
Solution

Re: Pre-expired password accounts not prompting for change

Hi Mike,
If for the account there is no "password lifetime" ( /NOPWDLIFETIME ), the user is indeed not prompted to change her/his password.
Regards,
Kris (aka Qkcl)

I'm gonna hit the highway like a battering ram on a silver-black phantom bike...
Hein van den Heuvel
Honored Contributor

Re: Pre-expired password accounts not prompting for change

/PWDLIFETIME=NONE ?


Hein.
Hoff
Honored Contributor

Re: Pre-expired password accounts not prompting for change

Did somebody modify the DEFAULT account?
Dean McGorrill
Valued Contributor

Re: Pre-expired password accounts not prompting for change

The Pwdlifetime is sticky with the copy. if
the old user had none, so does the newuser.
Mike Kier
Valued Contributor

Re: Pre-expired password accounts not prompting for change

Kris, Hein, and Dean all nailed it.

The accounts in question were all copied from a user with a PWDLIFE of (None).

The DEFAULT account is not used here - they have several different classes of users for different application profiles and they clone the accounts for each from another user with a similar profile - the same could (and should) be done with a template default for each profile rather than a live user - now on my list of "projects."

Chasing down why I had a user being used as the source of the cloning with no password lifetime and checking to see if there are any others is a slightly higher priority.

Thanks folks!
Mike
Practice Random Acts of VMS Marketing
Mike Kier
Valued Contributor

Re: Pre-expired password accounts not prompting for change

See previous
Practice Random Acts of VMS Marketing