From: Zhanna Tsitkov Date: Wed, 20 Jul 2011 19:47:11 +0000 (+0000) Subject: Corrected older typo X-Git-Tag: krb5-1.10-alpha1~347 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=41100528181a91e9334479c1fe7c31632014b763;p=thirdparty%2Fkrb5.git Corrected older typo git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@25028 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst index 41de7e1078..5496606838 100644 --- a/doc/rst_source/krb_admins/conf_files/krb5_conf.rst +++ b/doc/rst_source/krb_admins/conf_files/krb5_conf.rst @@ -312,7 +312,7 @@ In the following example, the logging messages from the KDC will go to the conso .. _capaths: **[capaths]** -~~~~~~~~~~~~~~~~~~~~~~` +~~~~~~~~~~~~~~~~~~~~~~ In order to perform direct (non-hierarchical) cross-realm authentication, a database is needed to construct the authentication paths between the realms. This section defines that database. @@ -433,9 +433,9 @@ ldap_conns_per_server Plugins -------- - * pwqual interface - * kadm5_hook interface - * clpreauth and kdcpreauth interfaces + * pwqual_ interface + * kadm5_hook_ interface + * clpreauth_ and kdcpreauth_ interfaces Tags in the **[plugins]** section can be used to register dynamic plugin modules and to turn modules on and off. Not every krb5 pluggable interface uses the [plugins] section; the ones that do are documented here. @@ -450,7 +450,7 @@ disable The following subsections are currently supported within the [plugins] section: -.. +.. _pwqual: pwqual interface ~~~~~~~~~~~~~~~~~~~~~~~ @@ -466,11 +466,17 @@ hesiod princ Checks against components of the principal name +.. _kadm5_hook: + kadm5_hook interface ~~~~~~~~~~~~~~~~~~~~~~~~ The **kadm5_hook** interface provides plugins with information on principal creation, modification, password changes and deletion. This interface can be used to write a plugin to synchronize MIT Kerberos with another database such as Active Directory. No plugins are built in for this interface. +.. _clpreauth: + +.. _kdcpreauth: + clpreauth and kdcpreauth interfaces ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~