Operating System - HP-UX
1830152 Members
11086 Online
109999 Solutions
New Discussion

login restriction in trusted system

 
SOLVED
Go to solution
Francois LAURENT
Frequent Advisor

login restriction in trusted system

Hi all,

I have a basic question : on a trusted system, how can i disable some users to login.

On non-trusted system, i have to put "*" on password's field in /etc/passwd , but on a trusted system, what must i do ?

Thanks for your help.
Francois
2 REPLIES 2
Steven E. Protter
Exalted Contributor
Solution

Re: login restriction in trusted system

passwd -l

That locks the user from logging in.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Francois LAURENT
Frequent Advisor

Re: login restriction in trusted system

no more simplest !

Thanks a lot