Computing.Net > Forums > OpenVMS > How to change user password ?

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

How to change user password ?

Reply to Message Icon

Name: Will
Date: April 19, 2002 at 02:07:02 Pacific
Comment:

I'm very new to VMS and need to know how to change a users password. The user has forgotten his current password. I have the operator login.



Sponsored Link
Ads by Google

Response Number 1
Name: Ricochet
Date: April 19, 2002 at 11:30:23 Pacific
Reply:

$ set pass (Return)
old pass
new pass
retype new pass

use "help set" for more information.


0

Response Number 2
Name: ME
Date: April 19, 2002 at 13:00:19 Pacific
Reply:

$ SET DEFAULT SYS$SYSTEM

$ MC AUTHORIZE

UAF> MODIFY username /PASSWORD=newpass /PWDEXPIRED

But you need more than OPER privilege to do
this.


0

Response Number 3
Name: jeratl
Date: May 15, 2002 at 14:24:04 Pacific
Reply:

Take response number 2. We are talking about a users paswword. That runs by the SYSUAF file. The last qualifier will force the user to change the password once he enters the system.


0

Response Number 4
Name: Partha Pramanick
Date: June 1, 2002 at 03:25:43 Pacific
Reply:

I loged as a admin, now I want to change the password of a user. If I want to create a new user. How can I create it. If I want to change the password of a user in the Linux server. How can I change it.


0

Response Number 5
Name: Richard
Date: June 21, 2002 at 11:38:34 Pacific
Reply:

The following is a utility that was written by my predesor and works very well.
It is a one button tool that makes the


1. make entry in login.com of operator console

$ DEFINE/KEY/NOLOG/TERMINATE/NOECHO PF2 "@sys$system:CUPS"

Note:one line

this modifies the "/" key on the numberical key pad which becomes the PF2 key when you run a VMS emulator.

Set def sys$sys$system

Create file CUPS.COM (this is Change User Passwords)
and cut and past the listing below.

It will prompt for what the user's login is
then prompt for a password
Then executes the command you do not have to enter authorize (very dangereous because of VMS will corrupt the file if two people are in authorize at the same time).

$ TYPE/PAGE NL:
$ SET DEFAULT SYS$SYSTEM
$ WRITE SYS$OUTPUT "Changing UAF record password"
$ WRITE SYS$OUTPUT ""
$ READ/PROMPT="Enter Username: " SYS$COMMAND USERNAME
$ SET TERMINAL/NOECHO
$ READ/PROMPT="Enter Password: " SYS$COMMAND PASSWORD
$ MCR AUTHORIZE MODIFY 'USERNAME' /PASSWORD='PASSWORD'/FLAGS=DISPWDHIS/NOPWDEXP
$ SET DEFAULT SYS$LOGIN
$ SET TERMINAL/ECHO
$ EXIT


0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to OpenVMS Forum Home


Sponsored links

Ads by Google


Results for: How to change user password ?

How to change VMS password through www.computing.net/answers/openvms/how-to-change-vms-password-through-/454.html

How to restrict the FTP in OpenVMS www.computing.net/answers/openvms/how-to-restrict-the-ftp-in-openvms/32.html

How to recieve arguments from user www.computing.net/answers/openvms/how-to-recieve-arguments-from-user/596.html