- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Security setting in HPUX
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 02:17 PM
06-29-2004 02:17 PM
Security setting in HPUX
like to find out how to restrict user from concurrently login to more then 1 terminal.
Tried setting in "/etc/default/security" with parms "NUMBER_OF_LOGINS_ALLOWED=1" but did not work.
Please help!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 02:31 PM
06-29-2004 02:31 PM
Re: Security setting in HPUX
who -u |grep $USER && exit 0
Kaps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 04:01 PM
06-29-2004 04:01 PM
Re: Security setting in HPUX
The option to use securify file is not available for 10.20 and by default on 11.0 but is available by default on 11i. For 11.0 systems, you will need to install a patch.
I suggest you install the latest available 'login' patch.
Go to itrc web site and search for login in the patches URL.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 04:03 PM
06-29-2004 04:03 PM
Re: Security setting in HPUX
One crude way of checking to see if your system allows the use of /etc/default/security is to do
$strings /usr/bin/login |grep -i number_of_logins_allowed
and see if it displays this string.
-Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 06:06 PM
06-29-2004 06:06 PM
Re: Security setting in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 06:51 PM
06-29-2004 06:51 PM
Re: Security setting in HPUX
NUMBER_OF_LOGINS_ALLOWED=1
in the file /etc/default/security
owner & group=bin.
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 08:07 PM
06-29-2004 08:07 PM
Re: Security setting in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 10:29 PM
06-29-2004 10:29 PM
Re: Security setting in HPUX
sks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-29-2004 11:37 PM
06-29-2004 11:37 PM
Re: Security setting in HPUX
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2004 09:08 AM
06-30-2004 09:08 AM
Re: Security setting in HPUX
By default "useLogin" feature of sshd would be off. So, edit sshd_config file and enable that option and restart your sshd process.
-Sri