aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2015-03-15 15:56:34 -0400
committerGreg Hudson <ghudson@mit.edu>2015-07-08 17:10:28 -0400
commitbe20a5f5cee8d6c4072d1b81712520dbf9f6eefd (patch)
treec203cd50850acca053c97451759a759e060c8686 /src/Makefile.in
parent7b12eb4757f8dd05b79c9b49d4289f0caf1f6eec (diff)
downloadkrb5-be20a5f5cee8d6c4072d1b81712520dbf9f6eefd.zip
krb5-be20a5f5cee8d6c4072d1b81712520dbf9f6eefd.tar.gz
krb5-be20a5f5cee8d6c4072d1b81712520dbf9f6eefd.tar.bz2
Test client_keyblock kdcpreauth callback
Add internal clpreauth and kdcpreauth modules named "test" which can exercise the client_keyblock callback (as well as get_string and get_as_key on the client side). Add tests to t_etype_info.py to verify that the callback matches the etype info sent by the KDC. In the KDC's load_preauth_plugins(), correct a test for the end of pa_type_list so that we can use a negative preauth type number for the test module. (RFC 4120 reserves negative preauth type values for unregistered use.) ticket: 8200
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 3c81b22..3f57573 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -22,6 +22,7 @@ SUBDIRS=util include lib \
plugins/kdb/test \
plugins/preauth/otp \
plugins/preauth/pkinit \
+ plugins/preauth/test \
plugins/tls/k5tls \
kdc kadmin slave clients appl tests \
config-files build-tools man doc @po@