]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Mention old preauth header file in docs
authorGreg Hudson <ghudson@mit.edu>
Wed, 10 Jul 2013 15:13:31 +0000 (11:13 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 10 Jul 2013 15:13:31 +0000 (11:13 -0400)
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.

doc/plugindev/clpreauth.rst
doc/plugindev/kdcpreauth.rst

index 5322fcdc190c95736f9a757ca5e89b338e450330..c3e729813d6b74538b9cf41971198f3bfc6b3966 100644 (file)
@@ -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:
 
index 790b1f0d2b400c3e03880b958d1a5b2ed39ec3ff..26552235bbc39c3ef1e05a150f3e02f9b4bb1cd3 100644 (file)
@@ -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: