]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Reference correct preauth header files
authorGreg Hudson <ghudson@mit.edu>
Mon, 1 Jul 2013 16:12:10 +0000 (12:12 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 3 Jul 2013 17:45:05 +0000 (13:45 -0400)
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
doc/plugindev/kdcpreauth.rst

index 68e56aa5f1139fed6a435bd47f64adf6cac9dab8..5322fcdc190c95736f9a757ca5e89b338e450330 100644 (file)
@@ -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:
 
index e6ba9e53131ad4f98c2c1a512ce261b53a048cbb..790b1f0d2b400c3e03880b958d1a5b2ed39ec3ff 100644 (file)
@@ -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: