diff options
| author | Greg Hudson <ghudson@mit.edu> | 2011-10-07 14:26:25 +0000 |
|---|---|---|
| committer | Greg Hudson <ghudson@mit.edu> | 2011-10-07 14:26:25 +0000 |
| commit | ca3ec7f3fd59baa0d0eedcb61c7009165ea2730c (patch) | |
| tree | 88ed05dc1fbabfed100b0129bea1d901ac50bd50 /doc | |
| parent | f80666416e33efe29bfb1ffc711d482d67fc0873 (diff) | |
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 'doc')
| -rw-r--r-- | doc/admin.texinfo | 3 | ||||
| -rw-r--r-- | doc/rst_source/krb_admins/conf_files/krb5_conf.rst | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/admin.texinfo b/doc/admin.texinfo index 1930e33f5..cf39f187c 100644 --- a/doc/admin.texinfo +++ b/doc/admin.texinfo @@ -1221,6 +1221,9 @@ This module implements the PKINIT preauthentication mechanism. @itemx encrypted_challenge This module implements the encrypted challenge FAST factor. + +@itemx encrypted_timestamp +This module implements the encrypted timestamp mechanism. @end table @node pkinit client options, Sample krb5.conf File, plugins, krb5.conf diff --git a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst index 5351ae1a6..010fca696 100644 --- a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst +++ b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst @@ -567,6 +567,9 @@ The **clpreauth** and **kdcpreauth** interfaces allow plugin modules to provide **encrypted_challenge** This module implements the encrypted challenge FAST factor. +**encrypted_timestamp** + This module implements the encrypted timestamp mechanism. + PKINIT options ----------------- |
