summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5_32.def
diff options
context:
space:
mode:
authorNalin Dahyabhai <nalin@dahyabhai.net>2012-10-01 18:51:06 -0400
committerGreg Hudson <ghudson@mit.edu>2012-10-16 19:22:48 -0400
commit9f19a10466b0e85929babaa256146bf4f75f9125 (patch)
treed224a62feaebd886e616bf4180c5785e35793eac /src/lib/krb5_32.def
parent4e89b0b186ec90a6a06dd761d61ab45d82db599a (diff)
downloadkrb5-9f19a10466b0e85929babaa256146bf4f75f9125.tar.gz
krb5-9f19a10466b0e85929babaa256146bf4f75f9125.tar.xz
krb5-9f19a10466b0e85929babaa256146bf4f75f9125.zip
Test in_ccache and pa_types functionality
* Add a krb5int_build_conf_principals() function to allow our get/set code to directly prune out duplicate config entries. * Verify that when we specify a pa_type, it affects whether or not we will use a particular preauth plugin. * Verify that we correctly save the KDC's preauth type number, that we tried to answer, to the out_ccache.
Diffstat (limited to 'src/lib/krb5_32.def')
-rw-r--r--src/lib/krb5_32.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/krb5_32.def b/src/lib/krb5_32.def
index c60da004ca..0d066cbf16 100644
--- a/src/lib/krb5_32.def
+++ b/src/lib/krb5_32.def
@@ -444,3 +444,4 @@ EXPORTS
krb5_responder_otp_challenge_free @415
krb5_cc_move @416
krb5_get_init_creds_opt_set_in_ccache @417
+ krb5int_build_conf_principals @418 ; PRIVATE