From 26ff0e617bdac7e2858801484096ee0822b9a866 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Mon, 1 Jul 2013 12:12:10 -0400 Subject: 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(-) (limited to 'doc') 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 ````. +interface, see the header file ````. 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 ````. +interface, see the header file ````. A kdcpreauth module is generally responsible for: -- cgit