Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

CMS Supervisor

Status
Not open for further replies.

bubbaaa

Technical User
Joined
Aug 9, 2004
Messages
89
Location
US
Hello, I need to reset a password for a admin that has forgotten it. Can anyone point me in the right direction? I have full admin rights just don't konw where to goto reset the password.

Thanks.
 
root access command passwd -d username

1a2 to ip I seen it all
 

Personal preference, but I like to set a temporary password and then force the user to change it when they login, instead of just blanking it out:

Login as root

Execute the command: passwd [loginid]

Enter the temporary password they are to use.

Then execute the command: passwd -f [loginid]

Let the user know what the temporary password is, then when they login, the system will force them to chose a new password.


- Stinney

Quoting only proves you know how to cut and paste.
 
Ok. I am going to sound like a total idiot. How do I log in as root? I have only been on this system (Avaya) for a couple of months.
 

You have to access the system directly, either on the console or via ASA with a generic connection setup, or a simple telnet to the box.

Remotely, you may have to login with username cms first then use the command su root, to switch over to the root login, if security measures have been set to disallow direct root logins from remote access.




- Stinney

Quoting only proves you know how to cut and paste.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top