[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: User Password expire



usermod wants the expire time in the format that "date +%c" gives
and will puke if the time, passed to strptime("%s", expire_time,
&tm) doesn't succeed.  It really ought to be a bit smarter than
that (and probably use getdate.y) but right now it is a bit stupid.

 - todd