![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| system wide password change | kilemark | Shell Programming and Scripting | 6 | 02-07-2006 06:07 PM |
| Force to change to a different password | champion | UNIX for Advanced & Expert Users | 3 | 01-16-2003 01:01 PM |
| How to force user to change password at login? | penguin-friend | UNIX for Advanced & Expert Users | 10 | 07-08-2002 11:46 AM |
| Force Password Change...RedHat 7.1 | vancouver_joe | UNIX for Advanced & Expert Users | 1 | 02-22-2002 02:12 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Server wide password enforcement rules? 90 day force change.
Using Solaris 9 and 10.
What we want to do is set up global rules for our password files to restrict all users, not only new ones set up with the rules but also the ones that have been sitting on the system for years. Is there a global way to force all users to change their password every 90 days instead of manually going into the shadow file and adding in the settings manually? |
|
|||||
|
In "/etc/default/passwd" I believe you can setup ... Code:
MAXWEEKS= MINWEEKS=12 PASSLENGTH= ... to change the default, then you just edit the password information for the existing users manually. You might be able to edit a group as well .. here is a good write up with a notifier as well. open.itworld.com - Password Aging, Part 1 |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|