X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/blobdiff_plain/35dc774669875006bc804bd082852506d87c1244..606bb55b330153568370f64245e3c7165fe6d0fb:/lib/apache_auth.dtl diff --git a/lib/apache_auth.dtl b/lib/apache_auth.dtl index b8ee03a..6937f58 100644 --- a/lib/apache_auth.dtl +++ b/lib/apache_auth.dtl @@ -6,39 +6,42 @@ 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.}}