summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/tests/dejagnu/config/default.exp17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/tests/dejagnu/config/default.exp b/src/tests/dejagnu/config/default.exp
index aa53f333f3..018dadd28f 100644
--- a/src/tests/dejagnu/config/default.exp
+++ b/src/tests/dejagnu/config/default.exp
@@ -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]