basis for the replay cache name.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7950
dc483132-0cff-0310-8789-
dd5450dbe970
+Thu May 9 00:06:41 1996 Richard Basch <basch@lehman.com>
+
+ * kerberos5.c: use the default server principal name to generate
+ the rcache filename
+
Sat Apr 27 16:09:54 1996 Richard Basch <basch@lehman.com>
* kerberos5.c: a host may have multiple names and multiple keys,
r = krb5_auth_con_getrcache(telnet_context, auth_context,
&rcache);
if (!r && !rcache) {
- r = krb5_sname_to_principal(telnet_context, 0, "host",
+ r = krb5_sname_to_principal(telnet_context, 0, 0,
KRB5_NT_SRV_HST, &server);
if (!r) {
r = krb5_get_server_rcache(telnet_context,