summaryrefslogtreecommitdiffstats
path: root/src/config-files
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-10-07 14:26:25 +0000
committerGreg Hudson <ghudson@mit.edu>2011-10-07 14:26:25 +0000
commitca3ec7f3fd59baa0d0eedcb61c7009165ea2730c (patch)
tree88ed05dc1fbabfed100b0129bea1d901ac50bd50 /src/config-files
parentf80666416e33efe29bfb1ffc711d482d67fc0873 (diff)
downloadkrb5-ca3ec7f3fd59baa0d0eedcb61c7009165ea2730c.tar.gz
krb5-ca3ec7f3fd59baa0d0eedcb61c7009165ea2730c.tar.xz
krb5-ca3ec7f3fd59baa0d0eedcb61c7009165ea2730c.zip
Use built-in modules for encrypted timestamp
Break out the encrypted timestamp code from kdc_preauth.c and preauth2.c into built-in modules, allowing admins to disable it and reducing the size of the framework code. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25319 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/krb5.conf.M3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M
index a082b84948..af4200c3ba 100644
--- a/src/config-files/krb5.conf.M
+++ b/src/config-files/krb5.conf.M
@@ -804,6 +804,9 @@ This module implements the PKINIT preauthentication mechanism.
.IP encrypted_challenge
This module implements the encrypted challenge FAST factor.
+.IP encrypted_timestamp
+This module implements the encrypted timestamp mechanism.
+
.SH FILES
/etc/krb5.conf
.SH SEE ALSO