From fdb3bbda4f7762cd2686d074da996f4c91a7dd7e Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Sun, 26 Jun 2011 14:28:26 +0000 Subject: Document built-in modules for clpreauth/kdcpreauth git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24991 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config-files/krb5.conf.M | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'src/config-files') diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M index 4996e84025..58c686965a 100644 --- a/src/config-files/krb5.conf.M +++ b/src/config-files/krb5.conf.M @@ -780,17 +780,17 @@ 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 +.SS clpreauth and kdcpreauth interfaces -The clpreauth interface allows plugin modules to provide client -preauthentication mechanisms. There are no built-in modules for this -interface. +The clpreauth and kdcpreauth interfaces allows plugin modules to +provide client and KDC preauthentication mechanisms. The following +built-in modules exist for these interfaces: -.SS kdcpreauth interface +.IP pkinit +This module implements the PKINIT preauthentication mechanism. -The kdcpreauth interface allows plugin modules to provide KDC -preauthentication mechanisms. There are no built-in modules for this -interface. +.IP encrypted_challenge +This module implements the encrypted challenge FAST factor. .SH FILES /etc/krb5.conf -- cgit