From 663ca373f4e08312c0416ef2bba94a688bfa17d8 Mon Sep 17 00:00:00 2001 From: Greg Hudson Date: Thu, 23 Jun 2011 16:26:34 +0000 Subject: Document clpreauth/kdcpreauth module configuration git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24982 dc483132-0cff-0310-8789-dd5450dbe970 --- src/config-files/krb5.conf.M | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'src') diff --git a/src/config-files/krb5.conf.M b/src/config-files/krb5.conf.M index 33f3d920c..4996e8402 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 -- cgit