Ask a Question related to Linux / Unix Administration, Design and Development.
-
Patrick Szuta #1
NIS password change forcing
Is it possible to implement password expiration with NIS?
Or does anyone have some other suggestions for forcing the users
to change passwords.
Thanks.
Patrick Szuta Guest
-
How to change password
I have inherited a contribute site from a former employee. He has not given us the administrator password to the site. How do I change it? ... -
How do you change the password?
Hello, I am having trouble logging into the administrator account. I'm new at this program and I'm not sure how to open the program up at all! I've... -
Can't change password?
Heya; I have PostGreSQL 7.3.4 on Mandrake Linux 9.2. For some reason Webmin, when I tell it to change the password of a pgsql user, acts like it's... -
Change Password Error
Hello, Exchange 5.5 SP4 on W2K SP3. When in OWA, go to Options->Change Password, i's returning an error when you submit. I fill in the info for... -
change password
How can I change the password of a user from a "C" program -
phn@icke-reklam.ipsec.nu #2
Re: NIS password change forcing
Patrick Szuta <pat@u00.math.uiuc.edu> wrote:
No> Is it possible to implement password expiration with NIS?Start with asking yourself if password aging enhances your security> Or does anyone have some other suggestions for forcing the users
> to change passwords.
> Thanks.
( as opposed to good passwords and good procedures)
--
Peter Håkanson
IPSec Sverige ( At Gothenburg Riverside )
Sorry about my e-mail address, but i'm trying to keep spam out,
remove "icke-reklam" if you feel for mailing me. Thanx.
phn@icke-reklam.ipsec.nu Guest
-
K7MEM #3
Re: NIS password change forcing
[email]phn@icke-reklam.ipsec.nu[/email] wrote:When someone asks this question it usually has little to do with whether> Patrick Szuta <pat@u00.math.uiuc.edu> wrote:
>>>>Is it possible to implement password expiration with NIS?
> No
>>>>Or does anyone have some other suggestions for forcing the users
>>to change passwords.
>>Thanks.
>
> Start with asking yourself if password aging enhances your security
> ( as opposed to good passwords and good procedures)
>
the users have good passwords or not. In my case it is a corporate
directive that had to be implemented. We use the field in the "shadow"
file that stores the date of the last password change. A perl script run
from cron checks all the NIS entries every morning. 10 days before the
password is to expire, notices are sent. If the password is not changed
in time, the users shell is removed. The script has also been expanded
to disable expired accounts that are older than 180 days.
The entry in the password file is the number of days since January 1,
1970 so it does take a little math the figure things out. We have been
using this method for years and it works great.
--
Martin E. Meserve
[email]k7mem@myrealbox.com[/email]
K7MEM Guest



Reply With Quote

