X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/2aeb9eece3df3aacb6813db7b151256c2e49a1c2..58f4ce3bac23ceef3d84ab97144d1b4b50f27606:/lib/apache_auth.dtl diff --git a/lib/apache_auth.dtl b/lib/apache_auth.dtl index 42eb389..398a048 100644 --- a/lib/apache_auth.dtl +++ b/lib/apache_auth.dtl @@ -3,40 +3,45 @@ 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 +{{See the Apache documentation.}} extern val authName : no_newlines -> [Location]; -{{See the +{{See the Apache documentation.}} extern val authUserFile : your_path -> [Location]; -{{See the +{{See the + Apache documentation.}} +extern val authGroupFile : your_path -> [Location]; +{{See the Apache documentation.}} extern val requireValidUser : [Location]; extern val requireUser : [user] -> [Location]; extern val requireGroup : [group] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val orderAllowDeny : [Location]; extern val orderDenyAllow : [Location]; -{{See the +{{See the Apache documentation.}} extern val allowFromAll : [Location]; extern val allowFrom : [no_spaces] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val denyFromAll : [Location]; extern val denyFrom : [no_spaces] -> [Location]; -{{See the +{{See the Apache documentation.}} extern val satisfyAll : [Location]; extern val satisfyAny : [Location]; -{{See the +{{See the Apache documentation.}}