X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/2aeb9eece3df3aacb6813db7b151256c2e49a1c2..63ac3b82c1cd33605e62688cd97688a6dae3cb9c:/lib/apache_auth.dtl 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.}}