X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/2aeb9eece3df3aacb6813db7b151256c2e49a1c2..a052bc916392d81e585be01b72c74cb1ce319a3a:/lib/apache_auth.dtl?ds=sidebyside diff --git a/lib/apache_auth.dtl b/lib/apache_auth.dtl index 42eb389..b8ee03a 100644 --- a/lib/apache_auth.dtl +++ b/lib/apache_auth.dtl @@ -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 the Apache documentation.}}