Date: Thu, 20 Jan 2000 14:18:34 -0800 (PST) From: mharding@stamps.com To: freebsd-gnats-submit@FreeBSD.org Subject: misc/16238: e-bones has a Y2K bug Message-ID: <20000120221834.122A415346@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 16238
>Category: misc
>Synopsis: e-bones has a Y2K bug
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Jan 20 14:20:01 PST 2000
>Closed-Date:
>Last-Modified:
>Originator: Mike Harding
>Release: 3.4-Stable
>Organization:
Stamps.com
>Environment:
reeBSD medusa.stamps.com 3.4-STABLE FreeBSD 3.4-STABLE #0: Tue Jan 4 17:56:01 PST
2000 mharding@medusa.stamps.com:/usr/src/sys/compile/STAMPS i386
>Description:
KerberosIV install does not work properly because there is a hard-wired
expiration date of 12/31/99 in the Kerberos source for the ticket
granter.
>How-To-Repeat:
Install Kerberos.
>Fix:
Change the date in /usr/src/crypto/kerberosIV/admin/kdb_init.c - this
is hardwired to 12/31/99 which is not reasonable (any more). There was
some code in deja news which set this to 'now+1 year' or something
that could be folded in.
...
principal.exp_date = 946702799; /* Happy new century */
strncpy(principal.exp_date_txt, "12/31/99", DATE_SZ);
...
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000120221834.122A415346>
