![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| HP-UX HP-UX (Hewlett Packard UniX) is Hewlett-Packard's proprietary implementation of the Unix operating system, based on System V. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with limiting logins to one in AIX 5.3 | Confused_lulu | Security | 2 | 05-01-2007 02:38 PM |
| Limit logins to 1 | pheusion | AIX | 0 | 08-11-2006 12:23 PM |
| NVT logins | pappous | UNIX for Dummies Questions & Answers | 2 | 03-15-2001 11:26 PM |
| Limiting access | misha | UNIX for Dummies Questions & Answers | 4 | 02-24-2001 07:25 AM |
| Help with logins | crispyco | UNIX for Dummies Questions & Answers | 2 | 01-22-2001 12:03 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
limiting failed logins to three
I have tried limiting failed logins to three by the following method
logins -ox \ | awk -F: '($8 != "LK" && $1 != "root") { print $1 }' \ | while read logname; do /usr/lbin/modprpw -m umaxlntr=3 "$logname" done /usr/lbin/modprdef -m umaxlntr=3 but it is failing on the 4th... any ideas? this is on a trusted hpuxi 11.11 machine |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|