don't create or delete krb.conf, krb.realms
authorKen Raeburn <raeburn@mit.edu>
Wed, 4 Feb 2009 02:41:24 +0000 (02:41 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 4 Feb 2009 02:41:24 +0000 (02:41 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@21877 dc483132-0cff-0310-8789-dd5450dbe970

src/tests/dejagnu/config/default.exp

index aa53f333f33212ac2bdc24e84c42a5b50d93d20b..018dadd28f89ee037c7fe864ca2ef5c6cf63c328 100644 (file)
@@ -409,7 +409,6 @@ if ![info exists KEY] {
 # We can't use them now because we don't know the right KEY.
 # krb5.conf might change if running tests on another host
 file delete $tmppwd/krb5.conf $tmppwd/kdc.conf $tmppwd/slave.conf \
-    $tmppwd/krb.realms $tmppwd/krb.conf \
     $tmppwd/krb5.client.conf $tmppwd/krb5.server.conf \
     $tmppwd/krb5.kdc.conf $tmppwd/krb5.slave.conf
 
@@ -969,22 +968,6 @@ proc setup_kerberos_files { } {
        close $aclfile
     }
 
-    # Create krb.conf file
-    if ![file exists $tmppwd/krb.conf] {
-       set conffile [open $tmppwd/krb.conf w]
-       puts $conffile "$REALMNAME"
-       puts $conffile "$REALMNAME $hostname:[expr 1 + $portbase] admin server"
-       close $conffile
-    }
-
-    # Create krb.realms file
-    if ![file exists $tmppwd/krb.realms] {
-       set conffile [open $tmppwd/krb.realms w]
-       puts $conffile ".[string toupper $domain] $REALMNAME"
-       puts $conffile "[string toupper $domain]. $REALMNAME"
-       close $conffile
-    }
-
     # Create dictfile file.
     if ![file exists $tmppwd/dictfile] {
        set dictfile [open $tmppwd/dictfile w]