![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | 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. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Problem with limiting logins to one in AIX 5.3 | Confused_lulu | Security | 2 | 05-01-2007 10:38 AM |
| Limit logins to 1 | pheusion | AIX | 0 | 08-11-2006 08:23 AM |
| NVT logins | pappous | UNIX for Dummies Questions & Answers | 2 | 03-15-2001 07:26 PM |
| Limiting access | misha | UNIX for Dummies Questions & Answers | 4 | 02-24-2001 03:25 AM |
| Help with logins | crispyco | UNIX for Dummies Questions & Answers | 2 | 01-22-2001 08:03 AM |
|
|
Submit Tools | LinkBack | Thread Tools | 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 |
| Forum Sponsor | ||
|
|
| Thread Tools | |
| Display Modes | |
|
|