diff options
-rw-r--r-- | cf/conf/config.xml | 7 | ||||
-rw-r--r-- | conf.default/config.xml | 2 |
2 files changed, 8 insertions, 1 deletions
diff --git a/cf/conf/config.xml b/cf/conf/config.xml index 6773735..c142298 100644 --- a/cf/conf/config.xml +++ b/cf/conf/config.xml @@ -114,6 +114,13 @@ <dnsserver></dnsserver> <dnsallowoverride/> <group> + <name>all</name> + <description>All Users</description> + <scope>system</scope> + <pages/> + <gid>1998</gid> + </group> + <group> <name>admins</name> <description>System Administrators</description> <scope>system</scope> diff --git a/conf.default/config.xml b/conf.default/config.xml index c0a50e9..de6a8df 100644 --- a/conf.default/config.xml +++ b/conf.default/config.xml @@ -116,7 +116,7 @@ <name>all</name> <description>All Users</description> <scope>system</scope> - </pages> + <pages/> <gid>1998</gid> </group> <group> |