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.
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:
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: