doesn't deal with digits in passed-in variables.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@12861
dc483132-0cff-0310-8789-
dd5450dbe970
+2000-11-08 Tom Yu <tlyu@mit.edu>
+
+ * default.exp: Use $KRBIV rather than $KRB4 since dejagnu-1.3
+ doesn't deal with digits in passed-in variables.
+
Thu Oct 12 12:06:03 2000 Ezra Peisach <epeisach@mit.edu>
* default.exp: Add dict_file entry (and create one) for kdc.conf
# Returns 1 if v4 testing is enabled this passes encryption types are compatable with kerberos 4 work
proc v4_compatible_enctype {} {
global supported_enctypes
- global KRB4
+ global KRBIV
- if ![info exists KRB4] {
+ if ![info exists KRBIV] {
return 0;
}
- if { $KRB4 && [string first des-cbc-crc:v4 "$supported_enctypes"] >= 0} {
+ if { $KRBIV && [string first des-cbc-crc:v4 "$supported_enctypes"] >= 0} {
return 1
} else {
return 0