support is compiled into the source tree.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@15076
dc483132-0cff-0310-8789-
dd5450dbe970
+2003-01-01 Ezra Peisach <epeisach@bu.edu>
+
+ * standalone.exp: Only run the keytab to srvtab tests if kerberos 4
+ support is compiled into the source tree.
+
2002-09-30 Tom Yu <tlyu@mit.edu>
* rsh.exp (rsh_test): Explicitly call stop_rsh_daemon upon pass
global tmppwd
global spawn_id
global supported_enctypes
+ global KRBIV
# Start up the kerberos and kadmind daemons.
if ![start_kerberos_daemons 1] {
do_klist "foo/bar" "krbtgt/$REALMNAME@$REALMNAME" "klist kt foo/bar vno $vno"
do_kdestroy "kdestroy foo/bar vno $vno"
- if [regexp {des-cbc-[a-z0-9-]*:v4} [lindex $supported_enctypes 0]] {
+ if {[info exists KRBIV] && $KRBIV &&
+ [regexp {des-cbc-[a-z0-9-]*:v4} [lindex $supported_enctypes 0]]} {
catch "exec rm -f $tmppwd/foosrvtab"
spawn $KTUTIL
expect_after {