svn rev #24982: trunk/ doc/ src/config-files/

ghudson@MIT.EDU ghudson at MIT.EDU
Thu Jun 23 12:26:35 EDT 2011


http://src.mit.edu/fisheye/changelog/krb5/?cs=24982
Commit By: ghudson
Log Message:
Document clpreauth/kdcpreauth module configuration.


Changed Files:
U   trunk/doc/admin.texinfo
U   trunk/src/config-files/krb5.conf.M
Modified: trunk/doc/admin.texinfo
===================================================================
--- trunk/doc/admin.texinfo	2011-06-23 14:59:45 UTC (rev 24981)
+++ trunk/doc/admin.texinfo	2011-06-23 16:26:34 UTC (rev 24982)
@@ -1128,6 +1128,8 @@
 @menu
 * pwqual interface::            
 * kadm5_hook interface::        
+* clpreauth interface::        
+* kdcpreauth interface::        
 @end menu
 
 Tags in the [plugins] section can be used to register dynamic plugin
@@ -1183,7 +1185,7 @@
 Checks against components of the principal name
 @end table
 
- at node kadm5_hook interface,  , pwqual interface, plugins
+ at node kadm5_hook interface, clpreauth interface, pwqual interface, plugins
 @subsubsection kadm5_hook interface
 The kadm5_hook interface provides plugins with information on
 principal creation, modification, password changes and deletion. This
@@ -1191,6 +1193,20 @@
 with another database such as Active Directory. No plugins are built
 in for this interface.
 
+ at node clpreauth interface, kdcpreauth interface, kadm5_hook interface, plugins
+ at subsubsection clpreauth interface
+
+The clpreauth interface allows plugin modules to provide client
+preauthentication mechanisms.  There are no built-in modules for this
+interface.
+
+ at node kdcpreauth interface, , clpreauth interface, plugins
+ at subsubsection kdcpreauth interface
+
+The kdcpreauth interface allows plugin modules to provide KDC
+preauthentication mechanisms.  There are no built-in modules for this
+interface.
+
 @node pkinit client options, Sample krb5.conf File, plugins, krb5.conf
 @subsection pkinit options
 

Modified: trunk/src/config-files/krb5.conf.M
===================================================================
--- trunk/src/config-files/krb5.conf.M	2011-06-23 14:59:45 UTC (rev 24981)
+++ trunk/src/config-files/krb5.conf.M	2011-06-23 16:26:34 UTC (rev 24982)
@@ -780,6 +780,18 @@
 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




More information about the cvs-krb5 mailing list