- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - HP-UX
- >
- Re: Account lock-out on invalid attempts in NIS.
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
Discussions
Discussions
Discussions
Forums
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
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
тАО09-02-2002 02:24 AM
тАО09-02-2002 02:24 AM
Account lock-out on invalid attempts in NIS.
I have implemened NIS using HPUX 10.20. By modifying the /etc/passwd file, I am able to implement password aging, force change etc. But I want to extend the security to:
1. Account lockout on x (say 3) number of wrong logout attempts.
2. User should not be able to use last x passwords.
Has somebody implemented the same in NIS environment using HPUX ? Any help would be really appreciated.
Thanks,
Sameer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2002 03:23 AM
тАО09-02-2002 03:23 AM
Re: Account lock-out on invalid attempts in NIS.
A lot of work for an OS that is obsolete in less than 12 months.
(1) see #2
(2) Password aging, as described in passwd(1) and passwd(4), is not implemented in the Network Information System password database. man yppasswd.
Consider ldap:
http://software.hp.com/cgi-bin/swdepot_parser.cgi/cgi/displayProductInfo.pl?productNumber=J4269AA
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2002 04:33 AM
тАО09-02-2002 04:33 AM
Re: Account lock-out on invalid attempts in NIS.
Sorry, I totally missed your questions - I should have waited until I finished my first pot of coffee.
Now I get it.
Try this security link:
http://www.padl.com/hpux/
live free or die
harry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2002 08:20 PM
тАО09-02-2002 08:20 PM
Re: Account lock-out on invalid attempts in NIS.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО09-02-2002 10:18 PM
тАО09-02-2002 10:18 PM
Re: Account lock-out on invalid attempts in NIS.
HP-UX 10.0 and later provides the lockout feature you want, and 11.0 and later (with patches) provides the history feature you want, but these require running in trusted mode, which is not compatible with NIS.
Remember that anything you do to try to implement this will require changes to many commands - login, rlogin, telnet, ftp, su, dtlogin, passwd, ... Otherwise you won't reliably get the features you are looking for.
10.20 provides only the beginnings of PAM support, making the task even harder. (On 11.0 and later, you could write a custom PAM module to do at least some of what you want.)
I'm afraid there really isn't a good solution for this if you require using NIS on 10.20.