[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: pending/3629: login_krb5 does not keep initial Kerberos ticket
The following reply was made to PR system/3629; it has been noted by GNATS.
From: "Todd C. Miller" <Todd.Miller@courtesan.com>
To: Jay Fenlason <openbsd-misc@nerd-marrow.com>
Cc: gnats@openbsd.org
Subject: Re: pending/3629: login_krb5 does not keep initial Kerberos ticket
Date: Tue, 06 Jan 2004 08:11:57 -0700
This came about due to revision 1.7 of lib/libc/gen/auth_subr.c
which added clearing of the opt list to auth_clean(). I suspect
that the correct thing to do is actually to revert that portion of
the commit since it really is an unwanted API change.
- todd