Operating System - HP-UX
1753834 Members
8272 Online
108806 Solutions
New Discussion юеВ

usermod -e Needs Enhanced Security Package

 
SOLVED
Go to solution
William DeJongh_1
Occasional Contributor

usermod -e Needs Enhanced Security Package

I'm trying to use usermod with the -e option to expire user logins. When I do I get the following message and the command fails.

#usermod -e 11/15/10 aw4648
Option e requires security package

Does anyone know what package I need to install. This issue is on a server running HP UX 11.11.
3 REPLIES 3
Ismail Azad
Esteemed Contributor
Solution

Re: usermod -e Needs Enhanced Security Package

William.

I definitely know what your problem is. Your system is on normal passwd mode with no shadow file enabled. The -e option works only on /etc/shadow. To convert to shadow mode execute the command pwconv and then usermod -e <> aw4648. Otherwise convert your system to trusted system. Dont forget to assign POINTS.

Regards
Read, read and read... Then read again until you read "between the lines".....
James R. Ferguson
Acclaimed Contributor

Re: usermod -e Needs Enhanced Security Package

Hi William:

I believe you need to be running a Shadow Password implementation:

http://h20392.www2.hp.com/portal/swdepot/displayProductInfo.do?productNumber=ShadowPassword

Regards!

...JRF...
Ismail Azad
Esteemed Contributor

Re: usermod -e Needs Enhanced Security Package

If not installed "ShadowPassword" is the patch bundle to install on 11.11!!! +++

Regards
Read, read and read... Then read again until you read "between the lines".....