Re: periodic passwd change?

2006-12-13 Thread Anton Shterenlikht
On Tue, Dec 12, 2006 at 10:20:56PM +0100, Erik Norgaard wrote: Anton Shterenlikht wrote: On Fri, Dec 08, 2006 at 09:57:22PM +0100, Erik Norgaard wrote: Anton Shterenlikht wrote: I can't see how to prescribe periodic passwd change, only how to set expiry time. At the moment I put

Re: periodic passwd change?

2006-12-12 Thread Anton Shterenlikht
On Fri, Dec 08, 2006 at 09:57:22PM +0100, Erik Norgaard wrote: Anton Shterenlikht wrote: I can't see how to prescribe periodic passwd change, only how to set expiry time. At the moment I put the following line in the root's crontab: 2 2 2 * * pw usermod shterenl -p `date '+\%d-\%m-\%Y

Re: periodic passwd change?

2006-12-12 Thread Erik Norgaard
Anton Shterenlikht wrote: On Fri, Dec 08, 2006 at 09:57:22PM +0100, Erik Norgaard wrote: Anton Shterenlikht wrote: I can't see how to prescribe periodic passwd change, only how to set expiry time. At the moment I put the following line in the root's crontab: 2 2 2 * * pw usermod

Re: periodic passwd change?

2006-12-08 Thread Erik Norgaard
Anton Shterenlikht wrote: I can't see how to prescribe periodic passwd change, only how to set expiry time. At the moment I put the following line in the root's crontab: 2 2 2 * * pw usermod shterenl -p `date '+\%d-\%m-\%Y'` This makes a user's passwd expire once a month

periodic passwd change?

2006-12-07 Thread Anton Shterenlikht
I can't see how to prescribe periodic passwd change, only how to set expiry time. At the moment I put the following line in the root's crontab: 2 2 2 * * pw usermod shterenl -p `date '+\%d-\%m-\%Y'` This makes a user's passwd expire once a month. Is there a better way to force users