Operating System - Tru64 Unix
1748148 Members
3952 Online
108758 Solutions
New Discussion юеВ

converting /etc/password to enhanced security

 
anthony m. gonzales
Frequent Advisor

converting /etc/password to enhanced security

Hello all,

I have an interesting problem here. I upgraded a system to TRU64 5.1B, Enhanced Security and did not not bring over the original /etc/password file. Now, I am wondering if there is a way that I can re-create the accounts so that I can put a password in, then I can modify the the password lifetime and force users to change their passwords.

Thanks,
Anthony
3 REPLIES 3
Martin Moore
HPE Pro

Re: converting /etc/password to enhanced security

/usr/sbin/convuser will likely do everything you need; see the man page for all the options. In particular, if you just want to bring in new accounts, add them to /etc/passwd and run convuser -ci. And the passwords will be pre-expired, forcing users to change them on first login, as long as you don't use the -u switch.

Martin
I work for HPE
A quick resolution to technical issues for your HPE products is just a click away HPE Support Center
See Self Help Post for more details

Accept or Kudo

anthony m. gonzales
Frequent Advisor

Re: converting /etc/password to enhanced security

Thanks Martin, I will give it a shot...

Anthonhy
anthony m. gonzales
Frequent Advisor

Re: converting /etc/password to enhanced security

Martin,

That conversion seemed to do the trick.

Thanks for the help.

Anthony