Skip to content

Commit

Permalink
Mention old preauth header file in docs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
greghudson committed Jul 10, 2013
1 parent 26ff0e6 commit 13880cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion doc/plugindev/clpreauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
3 changes: 2 additions & 1 deletion doc/plugindev/kdcpreauth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 13880cf

Please sign in to comment.