diff options
| author | Greg Hudson <ghudson@mit.edu> | 2013-02-27 15:00:37 -0500 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2013-03-09 02:03:32 -0500 |
| commit | b8696b1ed70ffebbeee7142f1e5e086d75ce4e30 (patch) | |
| tree | f2f42eb7f7202fe028b6620da725c9223edd7a69 /src/Makefile.in | |
| parent | 4216fb5b0e0abb80a3ccd8251abddc18435d81f3 (diff) | |
| download | krb5-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.in | 1 |
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 \ |
