From: Adam Megacz Date: Fri, 4 May 2007 02:55:46 +0000 (+0000) Subject: remove Group directive from Apache and group acl from domtool-addacl X-Git-Tag: release_2010-11-19~219 X-Git-Url: https://git.hcoop.net/hcoop/domtool2.git/commitdiff_plain/ffc8cf43cd1337beb6e812e06cf1c4ff45945d90 remove Group directive from Apache and group acl from domtool-addacl --- diff --git a/scripts/domtool-addacl b/scripts/domtool-addacl index 0e71190..7555bb1 100755 --- a/scripts/domtool-addacl +++ b/scripts/domtool-addacl @@ -1,5 +1,7 @@ #!/bin/sh -e domtool-admin grant $1 user $1 -domtool-admin grant $1 group $1 domtool-admin grant $1 path `echo ~$1` + +# disabled since we want to discourage the use of unix groups +#domtool-admin grant $1 group $1 \ No newline at end of file diff --git a/src/plugins/apache.sml b/src/plugins/apache.sml index e5fe47b..c69b3d3 100644 --- a/src/plugins/apache.sml +++ b/src/plugins/apache.sml @@ -103,7 +103,7 @@ val _ = Defaults.registerDefault ("User", val _ = Defaults.registerDefault ("Group", (TBase "your_group", dl), - (fn () => (EString (Domain.getUser ()), dl))) + (fn () => (EString "nogroup", dl))) val _ = Defaults.registerDefault ("DocumentRoot", (TBase "your_path", dl),