X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/5f033db28110f55839bfdb01ef03bf4b7dd22c8b..ed57989d1c1d6cb9b675fdf18fb877b25b9fca5a:/lib/apache_auth.dtl diff --git a/lib/apache_auth.dtl b/lib/apache_auth.dtl index 041f4c1..6937f58 100644 --- a/lib/apache_auth.dtl +++ b/lib/apache_auth.dtl @@ -16,6 +16,9 @@ extern val authName : no_newlines -> [Location]; extern val authUserFile : your_path -> [Location]; {{See the Apache documentation.}} +extern val authGroupFile : your_path -> [Location]; +{{See the + Apache documentation.}} extern val requireValidUser : [Location]; extern val requireUser : [user] -> [Location]; @@ -25,17 +28,17 @@ extern val requireGroup : [group] -> [Location]; 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];