aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2014-09-29 11:19:08 -0400
committerGreg Hudson <ghudson@mit.edu>2015-06-15 12:47:08 -0400
commitb9820f5b3bfe1347565a39b6f8dce97828e8a2a3 (patch)
tree8d1f7f0787bfbaae6316fbfae708fb4a34ca7166 /src/Makefile.in
parent4325964a5d472422cb0a1600676787d7bcfde5d2 (diff)
downloadkrb5-b9820f5b3bfe1347565a39b6f8dce97828e8a2a3.zip
krb5-b9820f5b3bfe1347565a39b6f8dce97828e8a2a3.tar.gz
krb5-b9820f5b3bfe1347565a39b6f8dce97828e8a2a3.tar.bz2
Update test KDC authdata module to new interface
Remove plugins/authdata/greet, which was a v0 KDC module. Modify plugins/authdata/greet_server to use the new interface. Within greet_auth.c, remove the unused function greet_kdc_verify. Build the greet_client and greet_server modules by default, but do not install them.
Diffstat (limited to 'src/Makefile.in')
-rw-r--r--src/Makefile.in3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Makefile.in b/src/Makefile.in
index 65951c5..3c81b22 100644
--- a/src/Makefile.in
+++ b/src/Makefile.in
@@ -6,7 +6,6 @@ mydir=.
# plugins/locate/python
# plugins/preauth/wpse
# plugins/preauth/cksum_body
-# plugins/authdata/greet
SUBDIRS=util include lib \
@sam2_plugin@ \
plugins/audit \
@@ -16,6 +15,8 @@ SUBDIRS=util include lib \
plugins/hostrealm/test \
plugins/localauth/test \
plugins/pwqual/test \
+ plugins/authdata/greet_server \
+ plugins/authdata/greet_client \
plugins/kdb/db2 \
@ldap_plugin_dir@ \
plugins/kdb/test \