Operating System - HP-UX
1753989 Members
7320 Online
108811 Solutions
New Discussion

Re: Use of Configuration files

 
Ajin_1
Valued Contributor

Use of Configuration files

 

 

 

Hi Experts

 

what iis the use of below said files in HP_UX.Please explain in details.

 

Thanks in Advance.

 

 /etc/securetty
/etc/restrictlogin

 /etc/default/security

Thanks & Regards
Ajin.S
Proverbs 3:5,6 Trust in the Lord with all your heart and lean not on your own understanding; in all your ways acknowledge him, and he will make all your paths straight.
2 REPLIES 2
pradeep m
Respected Contributor

Re: Use of Configuration files

 /etc/default/security -  security defaults configuration file

 

To restrict user login attempts in hp-ux can be defined with attributes in /etc/default/security file. 

For more information, refer the man page of security

 

/etc/securetty - the purpose of the /etc/securetty file is to specify where root can log in. For example if you have "console" mentioned in "/etc/securetty", then only server console login is enabled for root user.

If the file /etc/securetty exists as an empty file, root logins will be rejected regardless of whether the correct password is used. 

 

 

 

Regards,
Pradeep

I am an HP Employee
A quick resolution to technical issues for your HP Enterprise products is just a click away HP Support Center Knowledge-base
See Self Help Post for more details


Matti_Kurkela
Honored Contributor

Re: Use of Configuration files

/etc/restrictlogin does not exist in default HP-UX installations (at least in versions HP-UX 11.00 ... 11.31). It is not a standard part of a HP-UX system.

 

It might be a local customization. For example, a sysadmin might have configured some extra checks in system-wide login scripts (/etc/profile, /etc/csh.cshrc and/or /etc/csh.login) and the file might contain some information to be used with the custom checks.

MK