summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2013-07-01 12:12:10 -0400
committerGreg Hudson <ghudson@mit.edu>2013-07-03 13:45:05 -0400
commit26ff0e617bdac7e2858801484096ee0822b9a866 (patch)
treec8bd66f9821fbd2c1daed0ec04dbe5df43052382 /doc
parentf3328214a01fe9ca4de72cb9593ee10c39c638e9 (diff)
downloadkrb5-26ff0e617bdac7e2858801484096ee0822b9a866.tar.gz
krb5-26ff0e617bdac7e2858801484096ee0822b9a866.tar.xz
krb5-26ff0e617bdac7e2858801484096ee0822b9a866.zip
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/plugindev/clpreauth.rst2
-rw-r--r--doc/plugindev/kdcpreauth.rst2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugindev/clpreauth.rst b/doc/plugindev/clpreauth.rst
index 68e56aa5f1..5322fcdc19 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 e6ba9e5313..790b1f0d2b 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: