+2002-09-12 Ken Raeburn <raeburn@mit.edu>
+
+ * main.c (initialize_realms): Include replay cache name in error
+ if it can't be initialized.
+
2002-09-10 Ken Raeburn <raeburn@mit.edu>
* dispatch.c, do_as_req.c, do_tgs_req.c, kdc_preauth.c,
* Now handle the replay cache.
*/
if ((retval = kdc_initialize_rcache(kcontext, rcname))) {
- com_err(argv[0], retval, "while initializing KDC replay cache");
+ com_err(argv[0], retval, "while initializing KDC replay cache '%s'",
+ rcname);
exit(1);
}
#endif