aboutsummaryrefslogtreecommitdiff
path: root/src/configure.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/configure.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/configure.in')
-rw-r--r--src/configure.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/configure.in b/src/configure.in
index 13a9b58..d3938fc 100644
--- a/src/configure.in
+++ b/src/configure.in
@@ -1450,6 +1450,7 @@ dnl ccapi ccapi/lib ccapi/lib/unix ccapi/server ccapi/server/unix ccapi/test
plugins/preauth/cksum_body
plugins/preauth/otp
plugins/preauth/securid_sam2
+ plugins/preauth/test
plugins/preauth/wpse
plugins/authdata/greet_client
plugins/authdata/greet_server