diff options
| author | Nathaniel McCallum <npmccallum@redhat.com> | 2013-04-03 12:38:05 -0400 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2013-07-11 14:14:34 -0400 |
| commit | 4b5dd8bcfb10af254fb9efbe4cf39befe5b1e6ac (patch) | |
| tree | 441210f4227d129ed082a5c6174858c6f0af91c6 /src/Makefile.in | |
| parent | 8b8f031c6e64360a26c484b548d2158944e09087 (diff) | |
| download | krb5-4b5dd8bcfb10af254fb9efbe4cf39befe5b1e6ac.tar.gz krb5-4b5dd8bcfb10af254fb9efbe4cf39befe5b1e6ac.tar.xz krb5-4b5dd8bcfb10af254fb9efbe4cf39befe5b1e6ac.zip | |
Add server-side otp preauth plugin
This plugin implements the proposal for providing OTP support by
proxying requests to RADIUS. Details can be found inside the
provided documentation as well as on the project page.
http://k5wiki.kerberos.org/wiki/Projects/OTPOverRADIUS
ticket: 7678
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 ab8edbd89..0000510d4 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -14,6 +14,7 @@ SUBDIRS=util include lib \ plugins/pwqual/test \ plugins/kdb/db2 \ @ldap_plugin_dir@ \ + plugins/preauth/otp \ plugins/preauth/pkinit \ kdc kadmin slave clients appl tests \ config-files build-tools man doc @po@ |
