Add AuthGroupFile
[hcoop/domtool2.git] / lib / apache_auth.dtl
index 041f4c1..398a048 100644 (file)
@@ -16,6 +16,9 @@ extern val authName : no_newlines -> [Location];
 extern val authUserFile : your_path -> [Location];
 {{See <a href="http://httpd.apache.org/docs/2.2/mod/core.html#authuserfile">the
   Apache documentation</a>.}}
+extern val authGroupFile : your_path -> [Location];
+{{See <a href="http://httpd.apache.org/docs/2.2/mod/core.html#authgroupfile">the
+  Apache documentation</a>.}}
 
 extern val requireValidUser : [Location];
 extern val requireUser : [user] -> [Location];