summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
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: