[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Password expiration
"Henry B. Hotz" <hotz@jpl.nasa.gov> writes:
> I can set an expiration date, but when I change a password the
> expiration gets set to 'never'.
It should get set to now + 1 year or whatever is in
[kadmin] password_lifetime.
kadmin> get foobar
Principal: foobar@FOO
Principal expires: 2004-11-09 00:00:00 UTC
Password expires: 2005-01-01 00:00:00 UTC
[...]
Kvno: 1
[...]
kadmin> passwd foobar
foobar@FOO's Password:
Verifying - foobar@FOO's Password:
kadmin> get foobar
Principal: foobar@FOO
Principal expires: 2004-11-09 00:00:00 UTC
Password expires: 2005-03-17 11:58:44 UTC
[...]
Kvno: 2
[...]
/Johan