1831210 Members
3038 Online
110021 Solutions
New Discussion

ERROR to reactivate user

 
Marcelo De Florio
Frequent Advisor

ERROR to reactivate user

An invalid command syntax was used to invoke the command
"/usr/lbin/modprpw". Failed to update protected password database
for user "root".

Any ideas, What problem its there ?

MDF
2 REPLIES 2
Bill Hassell
Honored Contributor

Re: ERROR to reactivate user

Not sure what you mean here. Were you running the moprpw command manually from the command line or via SAM? I would make sure you do not reboot or logout from a root session so you can fix any problems. modprpw only works with Trusted systems but as root, you can manually edit the tcb datafiles.


Bill Hassell, sysadmin
Wodisch
Honored Contributor

Re: ERROR to reactivate user

Hello Marcelo,

the command "modprpw" has two options for
users: one for "root" and one for the rest.
The two options are "-k" and "-x", but I tend
to forget which one does what :-(
But it does not matter, as the "wrong" option
just lets the command complain.
So, try
/usr/lbin/modprpw -x root
/usr/lbin/modprpw -k root

and "root" should be "unlocked", again.
Oh, you must be UID 0, anyway!

HTH,
Wodisch