summaryrefslogtreecommitdiffstats
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-02-27 15:00:37 -0500
committerGreg Hudson <ghudson@mit.edu>2013-03-09 02:03:32 -0500
commitb8696b1ed70ffebbeee7142f1e5e086d75ce4e30 (patch)
treef2f42eb7f7202fe028b6620da725c9223edd7a69 /src/Makefile.in
parent4216fb5b0e0abb80a3ccd8251abddc18435d81f3 (diff)
downloadkrb5-b8696b1ed70ffebbeee7142f1e5e086d75ce4e30.tar.gz
krb5-b8696b1ed70ffebbeee7142f1e5e086d75ce4e30.tar.xz
krb5-b8696b1ed70ffebbeee7142f1e5e086d75ce4e30.zip
Add tests for localauth interface
Create a test module, program, and script to exercise the krb5_aname_to_localname and krb5_k5userok functions as well as the localauth pluggable interface. ticket: 7583
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 0d07b718e..d62033a02 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -10,6 +10,7 @@ mydir=.
SUBDIRS=util include lib \
@sam2_plugin@ \
plugins/kadm5_hook/test \
+ plugins/localauth/test \
plugins/kdb/db2 \
@ldap_plugin_dir@ \
plugins/preauth/pkinit \