aboutsummaryrefslogtreecommitdiff
path: root/src/config-files
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2011-06-23 16:26:34 +0000
committerGreg Hudson <ghudson@mit.edu>2011-06-23 16:26:34 +0000
commit663ca373f4e08312c0416ef2bba94a688bfa17d8 (patch)
treec3c7e24910e03292553301502484860b163db404 /src/config-files
parent87c4bcb3bd4e83d09876401b7161572f6e73e405 (diff)
downloadkrb5-663ca373f4e08312c0416ef2bba94a688bfa17d8.zip
krb5-663ca373f4e08312c0416ef2bba94a688bfa17d8.tar.gz
krb5-663ca373f4e08312c0416ef2bba94a688bfa17d8.tar.bz2
Document clpreauth/kdcpreauth module configuration
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24982 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config-files')
-rw-r--r--src/config-files/krb5.conf.M12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M
index 33f3d92..4996e84 100644
--- a/src/config-files/krb5.conf.M
+++ b/src/config-files/krb5.conf.M
@@ -780,6 +780,18 @@ 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.
+.SS clpreauth interface
+
+The clpreauth interface allows plugin modules to provide client
+preauthentication mechanisms. There are no built-in modules for this
+interface.
+
+.SS kdcpreauth interface
+
+The kdcpreauth interface allows plugin modules to provide KDC
+preauthentication mechanisms. There are no built-in modules for this
+interface.
+
.SH FILES
/etc/krb5.conf
.SH SEE ALSO