krb5 commit: Reference correct preauth header files

Greg Hudson ghudson at MIT.EDU
Wed Jul 3 13:45:28 EDT 2013


https://github.com/krb5/krb5/commit/26ff0e617bdac7e2858801484096ee0822b9a866
commit 26ff0e617bdac7e2858801484096ee0822b9a866
Author: Greg Hudson <ghudson at mit.edu>
Date:   Mon Jul 1 12:12:10 2013 -0400

    Reference correct preauth header files
    
    The clpreauth and kdcpreauth header files are split up for 1.12.  In
    clpreauth.rst and kdcpreauth.rst, reference the correct header files
    for each.

 doc/plugindev/clpreauth.rst  |    2 +-
 doc/plugindev/kdcpreauth.rst |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/doc/plugindev/clpreauth.rst b/doc/plugindev/clpreauth.rst
index 68e56aa..5322fcd 100644
--- a/doc/plugindev/clpreauth.rst
+++ b/doc/plugindev/clpreauth.rst
@@ -8,7 +8,7 @@ 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/preauth_plugin.h>``.
+interface, see the header file ``<krb5/clpreauth_plugin.h>``.
 
 A clpreauth module is generally responsible for:
 
diff --git a/doc/plugindev/kdcpreauth.rst b/doc/plugindev/kdcpreauth.rst
index e6ba9e5..790b1f0 100644
--- a/doc/plugindev/kdcpreauth.rst
+++ b/doc/plugindev/kdcpreauth.rst
@@ -4,7 +4,7 @@ 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/preauth_plugin.h>``.
+interface, see the header file ``<krb5/kdcpreauth_plugin.h>``.
 
 A kdcpreauth module is generally responsible for:
 


More information about the cvs-krb5 mailing list