![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| solari s 10 auto account locking | BG_JrAdmin | SUN Solaris | 3 | 06-28-2006 02:41 PM |
| User Accounts | sroberts82 | UNIX for Dummies Questions & Answers | 3 | 10-13-2005 05:09 AM |
| single user mode - user accounts passwords | orestis | UNIX for Dummies Questions & Answers | 2 | 03-09-2005 06:54 AM |
| User Accounts | Sensor | Shell Programming and Scripting | 3 | 02-16-2004 07:31 AM |
| Locking in user to $HOME | thomas.jones | UNIX for Dummies Questions & Answers | 1 | 03-20-2002 11:52 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Display Modes |
|
#1
|
|||
|
|||
|
Auto Locking user accounts
Hi,
I am trying to setup account locking in Solaris 9. I have made the changes in /etc/default/login where RETRIES=5 and SYSLOG_FAILED_LOGINS=5 and in /etc/user_attr I am having: test_user::::lock_after_retries=yes Still I am not able to lock test_user after successive unsuccessful logins. Any help is appreciated. rte |
| Forum Sponsor | ||
|
|
|
#2
|
||||
|
||||
|
The /etc/default/login environment variables.
RETRIES=5. This variable controls how many attempts before the tty line is disconnected. Keep in mind that this does not disable the account. The user can always reconnect and make another 5 attempts. SYSLOG_FAILED_LOGINS=5. This sets the number of failed attempts before logging via the auth.notice facility in syslog is done. And since you are using Solaris 9: Quote:
|
||||
| Google The UNIX and Linux Forums |