[1652] in Kerberos-V5-bugs
Re: man pages
daemon@ATHENA.MIT.EDU (Theodore Ts'o)
Thu Sep 28 16:36:13 1995
Date: Thu, 28 Sep 1995 16:36:08 -0400
From: Theodore Ts'o <tytso@MIT.EDU>
To: Aaron Shtromas <ams@mci.net>
Cc: "Theodore Ts'o" <tytso@MIT.EDU>, krb5-bugs@MIT.EDU
In-Reply-To: Aaron Shtromas's message of Wed, 27 Sep 1995 16:39:50 -0400 (EDT),
<Pine.SUN.3.91.950927163131.188M-100000@coppi>
Date: Wed, 27 Sep 1995 16:39:50 -0400 (EDT)
From: Aaron Shtromas <ams@mci.net>
as it often happens to me i discovered this myself shortly after
mailing my note - sorry to bother you. however, i do have another
question. when i created my first principal in the database, most
dates appeared to be set to 1969:
Last password change: Wed Dec 31 19:00:00 1969
Last successful password: Wed Dec 31 19:00:00 1969
Last failed password attempt: Wed Dec 31 19:00:00 1969
Those date fields are set to zero, which gets translated into 1969; I
suppose I could set them all to the current time, but that also gets a
bit confusing.
also, could you tell me what format should i use to specify
dates in kdb5_edit - i'm having difficulty figuring it out from
the code. i tried various combinations like
kdb5_edit: modent -pwexpire "Dec 31 19:00:00 2037" ams
Try something like "Dec 31 2037 19:00:00". The format is pretty
free-form, but you have to specify the date as one unit, followed by the
time as one unit. Splitting up the year from the rest of the date isn't
supported by the time parser.
- Ted