Kerberos authType
[hcoop/domtool2.git] / lib / apache_auth.dtl
index 42eb389..b8ee03a 100644 (file)
@@ -3,6 +3,8 @@
 extern type authType;
 extern val basic : authType;
 extern val digest : authType;
+extern val kerberos : authType;
+{{The kerberos auth type is hardwired for HCOOP.NET Kerberos only!}}
 extern val authType : authType -> [Location];
 {{See <a href="http://httpd.apache.org/docs/2.0/mod/core.html#authtype">the
   Apache documentation</a>.}}