summaryrefslogtreecommitdiffstats
path: root/src/kadmin/testing
diff options
context:
space:
mode:
Diffstat (limited to 'src/kadmin/testing')
-rw-r--r--src/kadmin/testing/proto/ChangeLog4
-rw-r--r--src/kadmin/testing/proto/kdc.conf.proto2
-rw-r--r--src/kadmin/testing/util/ChangeLog4
-rw-r--r--src/kadmin/testing/util/Makefile.in4
4 files changed, 12 insertions, 2 deletions
diff --git a/src/kadmin/testing/proto/ChangeLog b/src/kadmin/testing/proto/ChangeLog
index 1ee19274c..175aede60 100644
--- a/src/kadmin/testing/proto/ChangeLog
+++ b/src/kadmin/testing/proto/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 31 17:42:33 1997 Barry Jaspan <bjaspan@mit.edu>
+
+ * krb5.conf.proto: add support for setkey_principal (support more enctypes)
+
Tue Oct 15 16:24:33 1996 Barry Jaspan <bjaspan@mit.edu>
* krb5.conf.proto: s/localhost/__LOCALHOST__/
diff --git a/src/kadmin/testing/proto/kdc.conf.proto b/src/kadmin/testing/proto/kdc.conf.proto
index 1797b5a8e..18cd54438 100644
--- a/src/kadmin/testing/proto/kdc.conf.proto
+++ b/src/kadmin/testing/proto/kdc.conf.proto
@@ -11,6 +11,6 @@
dict_file = __K5ROOT__/ovsec_adm.dict
kadmind_port = 1751
master_key_type = des-cbc-crc
- supported_enctypes = des-cbc-crc:normal des-cbc-crc:v4
+ supported_enctypes = des-cbc-crc:normal des-cbc-crc:v4 des-cbc-md5:normal des-cbc-raw:normal
}
diff --git a/src/kadmin/testing/util/ChangeLog b/src/kadmin/testing/util/ChangeLog
index f011d939a..cb0960fba 100644
--- a/src/kadmin/testing/util/ChangeLog
+++ b/src/kadmin/testing/util/ChangeLog
@@ -1,3 +1,7 @@
+Mon Mar 31 17:43:06 1997 Barry Jaspan <bjaspan@mit.edu>
+
+ * Makefile.in: be more verbose if Tcl is unavailable
+
Wed Feb 5 22:57:53 1997 Tom Yu <tlyu@mit.edu>
* Makefile.in:
diff --git a/src/kadmin/testing/util/Makefile.in b/src/kadmin/testing/util/Makefile.in
index cc5835836..6c6cf630b 100644
--- a/src/kadmin/testing/util/Makefile.in
+++ b/src/kadmin/testing/util/Makefile.in
@@ -14,7 +14,9 @@ DO_ALL=@DO_ALL@
all:: all-$(DO_ALL)
all-::
- @echo "Tcl is not installed on this system. The kadm5 test suite cannot be run."
+ @echo "+++"
+ @echo "+++ WARNING: Tcl not available. The kadm5 tests will not be run."
+ @echo "+++"
all-tcl:: $(CLNTPROG) $(SRVPROG)