[1953] in Kerberos_V5_Development
Re: krb5-libs/182: /etc/v5srvtab -> /etc/krb5.keytab
daemon@ATHENA.MIT.EDU (Tom Yu)
Wed Nov 13 03:46:58 1996
Date: Wed, 13 Nov 1996 03:46:50 -0500
To: krbdev@MIT.EDU
Cc: krb5-bugs@MIT.EDU
In-Reply-To: tlyu@MIT.EDU's message of Tue, 12 Nov 1996 18:20:18 -0500
<9611122320.AA17078@tesla-coil.MIT.EDU>
From: Tom Yu <tlyu@MIT.EDU>
Ok I've mostly implemented and checked this in. In the process of
implementing this change, I've added a krb5_kt_set_default_name()
function that will change the default keytab name in the context, and
cause the default keytab name to get stashed in the context. This
eliminates yet one more global variable from the kerberos library.
While we're at it, we should try to punt the rest of the global
variables from the libraries, but this is likely to be a post-1.0
issue.
---Tom