* default.exp (start_kerberos_daemons): When standalone, delete KDC replay
authorKen Raeburn <raeburn@mit.edu>
Tue, 19 Feb 2002 21:37:31 +0000 (21:37 +0000)
committerKen Raeburn <raeburn@mit.edu>
Tue, 19 Feb 2002 21:37:31 +0000 (21:37 +0000)
cache before starting it up.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@14148 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/ChangeLog
src/tests/dejagnu/config/default.exp

index 191a067de83bcc446b32b490a1aaf4abb857e13e..05fd9a544ea7b5b23d7a7ad66be3fb52863fca41 100644 (file)
@@ -1,3 +1,8 @@
+2002-01-08  Ken Raeburn  <raeburn@mit.edu>
+
+       * default.exp (start_kerberos_daemons): When standalone, delete
+       KDC replay cache before starting it up.
+
 2001-10-31  Tom Yu  <tlyu@mit.edu>
 
        * default.exp (check_k5login, check_klogin): Error out if there is
index 609d5460cf939d63d988780a58f3d1d05c7d0f2d..330fa5c040d807e8338974261a2975a2877a8137 100644 (file)
@@ -1244,6 +1244,7 @@ proc start_kerberos_daemons { standalone } {
     if {$standalone} {
         catch "exec rm -f $tmppwd/krb.log"
        catch "exec rm -f $tmppwd/kadmind.log"
+       catch "exec rm -f $tmppwd/krb5kdc_rcache"
     }
 
     # Start up the kerberos daemon