- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: force users to change password on next log in
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
Forums
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
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
тАО06-22-2004 07:19 AM
тАО06-22-2004 07:19 AM
force users to change password on next log in
Anyone know of a web based tool that will let user's request a password reset automatically?
I also would like to send email notification to users that their password on servername will expire starting at 30 days from expiration.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2004 07:37 AM
тАО06-22-2004 07:37 AM
Re: force users to change password on next log in
man passwd
passwd -k
passwd -w
SEP
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2004 09:05 AM
тАО06-22-2004 09:05 AM
Re: force users to change password on next log in
But chage -d 0 is nbot the way, here you just indicate that the password was last changed on 1st jan 1970, which is not what you need.
Try chage -M 30 -W 7 username, to set up 30 days password validity, warn to change 7 days before deadline.
man chage for details
I 'm not aware of any graphical tool apart Webmin, I think that the e mail idea would require a script...
Hope it helps
jerome Henry
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2004 09:30 AM
тАО06-22-2004 09:30 AM
Re: force users to change password on next log in
Changing password for user djmartin.
Changing password for djmartin
(current) UNIX password:
New password:
Retype new password:
passwd: expired authentication tokens updated successfully.
1. As the root user, I should not be prompted for the users current password
2. -k option did not force the user to change password on next log in.
On the second response to my initial question, I don't want to give a user 30 days. New security guidelines are coming out soon internally. I will have to force all users to change passwords on their next log in.
I did add chage -l $USER to /etc/profile though. Now users will see the password info everytime they log in.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
тАО06-22-2004 05:45 PM
тАО06-22-2004 05:45 PM
Re: force users to change password on next log in
I use Web Administrator tool " Webmin" to do that. You can download from webmin.org.
Check this link which I have already answered how to do it in webmin.
http://www.experts-exchange.com/Operating_Systems/Linux/Linux_Administration/Q_20764565.html
regards,
sam