Blame doc/plugindev/index.rst

Packit fd8b60
For plugin module developers
Packit fd8b60
============================
Packit fd8b60
Packit fd8b60
Kerberos plugin modules allow increased control over MIT krb5 library
Packit fd8b60
and server behavior.  This guide describes how to create dynamic
Packit fd8b60
plugin modules and the currently available pluggable interfaces.
Packit fd8b60
Packit fd8b60
See :ref:`plugin_config` for information on how to register dynamic
Packit fd8b60
plugin modules and how to enable and disable modules via
Packit fd8b60
:ref:`krb5.conf(5)`.
Packit fd8b60
Packit fd8b60
.. TODO: update the above reference when we have a free-form section
Packit fd8b60
   in the admin guide about plugin configuration
Packit fd8b60
Packit fd8b60
Packit fd8b60
Contents
Packit fd8b60
--------
Packit fd8b60
Packit fd8b60
.. toctree::
Packit fd8b60
   :maxdepth: 2
Packit fd8b60
Packit fd8b60
   general.rst
Packit fd8b60
   clpreauth.rst
Packit fd8b60
   kdcpreauth.rst
Packit fd8b60
   ccselect.rst
Packit fd8b60
   pwqual.rst
Packit fd8b60
   kadm5_hook.rst
Packit fd8b60
   kadm5_auth.rst
Packit fd8b60
   hostrealm.rst
Packit fd8b60
   localauth.rst
Packit fd8b60
   locate.rst
Packit fd8b60
   profile.rst
Packit fd8b60
   gssapi.rst
Packit fd8b60
   internal.rst
Packit fd8b60
   certauth.rst
Packit fd8b60
   kdcpolicy.rst
Packit fd8b60
Packit fd8b60
.. TODO: GSSAPI mechanism plugins