summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-07-10 11:13:31 -0400
committerGreg Hudson <ghudson@mit.edu>2013-07-10 11:13:31 -0400
commit13880cfe3ed4f2a8c6dc37a093ddc68165afd276 (patch)
tree6d1f47f10e3c592f02c1aef9f7c035de4cf66b1d /doc
parent26ff0e617bdac7e2858801484096ee0822b9a866 (diff)
downloadkrb5-13880cfe3ed4f2a8c6dc37a093ddc68165afd276.tar.gz
krb5-13880cfe3ed4f2a8c6dc37a093ddc68165afd276.tar.xz
krb5-13880cfe3ed4f2a8c6dc37a093ddc68165afd276.zip
Mention old preauth header file in docs
The previous commit updated the header file references for 1.12 in the clpreauth and kdcpreauth plugin interface documentation. Add a parenthetical so that the reference is still useful for prior releases.
Diffstat (limited to 'doc')
-rw-r--r--doc/plugindev/clpreauth.rst3
-rw-r--r--doc/plugindev/kdcpreauth.rst3
2 files changed, 4 insertions, 2 deletions
diff --git a/doc/plugindev/clpreauth.rst b/doc/plugindev/clpreauth.rst
index 5322fcdc19..c3e729813d 100644
--- a/doc/plugindev/clpreauth.rst
+++ b/doc/plugindev/clpreauth.rst
@@ -8,7 +8,8 @@ preauthentication, and is described in :rfc:`4120` and :rfc:`6113`.
The clpreauth interface allows the addition of client support for
preauthentication mechanisms beyond those included in the core MIT
krb5 code base. For a detailed description of the clpreauth
-interface, see the header file ``<krb5/clpreauth_plugin.h>``.
+interface, see the header file ``<krb5/clpreauth_plugin.h>`` (or
+``<krb5/preauth_plugin.h>`` before release 1.12).
A clpreauth module is generally responsible for:
diff --git a/doc/plugindev/kdcpreauth.rst b/doc/plugindev/kdcpreauth.rst
index 790b1f0d2b..26552235bb 100644
--- a/doc/plugindev/kdcpreauth.rst
+++ b/doc/plugindev/kdcpreauth.rst
@@ -4,7 +4,8 @@ KDC preauthentication interface (kdcpreauth)
The kdcpreauth interface allows the addition of KDC support for
preauthentication mechanisms beyond those included in the core MIT
krb5 code base. For a detailed description of the kdcpreauth
-interface, see the header file ``<krb5/kdcpreauth_plugin.h>``.
+interface, see the header file ``<krb5/kdcpreauth_plugin.h>`` (or
+``<krb5/preauth_plugin.h>`` before release 1.12).
A kdcpreauth module is generally responsible for: