1834150 Members
2297 Online
110064 Solutions
New Discussion

Re: passwd script

 
SOLVED
Go to solution
dan mcelroy
Occasional Contributor

passwd script

I am sure I saw a reference to a script here awhile ago suggesting a method to help fill-in the holes in the passwd file when you add new users. We have a k-580 with UX 11x...
4 REPLIES 4
Victor BERRIDGE
Honored Contributor

Re: passwd script

Hi,
Secured system?

else
man useradd

All the best

Victor
Victor BERRIDGE
Honored Contributor

Re: passwd script

Bill Hassell
Honored Contributor

Re: passwd script

useradd is by far the easiest to use as it works on Trusted and standard systems. However, you must push the password into the tcb or password files as a separate step. I reported that modprpw (really: /usr/lbin/modprpw) is a the tool of choice but as of 11.11 (aka, 11i) the password option has been removed. Not unexpected as modprpw is a 'backend' command, hence the lbin directory.

The password must in it's encrypted form when you push it into place.


Bill Hassell, sysadmin
Victor BERRIDGE
Honored Contributor
Solution

Re: passwd script

Hi again,
I think this is what you were looking for...
http://forums.itrc.hp.com/cm/QuestionAnswer/1,1150,0x72bcd06ed8c8d4118fef0090279cd0f9,00.html

All the best
Victor