svn rev #21877: trunk/src/tests/dejagnu/config/

raeburn@MIT.EDU raeburn at MIT.EDU
Tue Feb 3 21:41:27 EST 2009


http://src.mit.edu/fisheye/changelog/krb5/?cs=21877
Commit By: raeburn
Log Message:
don't create or delete krb.conf, krb.realms


Changed Files:
U   trunk/src/tests/dejagnu/config/default.exp
Modified: trunk/src/tests/dejagnu/config/default.exp
===================================================================
--- trunk/src/tests/dejagnu/config/default.exp	2009-02-03 16:38:34 UTC (rev 21876)
+++ trunk/src/tests/dejagnu/config/default.exp	2009-02-04 02:41:24 UTC (rev 21877)
@@ -409,7 +409,6 @@
 # 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 @@
 	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]




More information about the cvs-krb5 mailing list