diff options
-rw-r--r-- | TODO | 2 | ||||
-rw-r--r-- | cfengine/cf.groups.jones | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -3,6 +3,8 @@ All: Add a section in the cf.services.file for netatalk. Move all the fake domains to bind/fake from bind/pri. Add squid support: Search /etc/squid.conf for "YOUR OWN RULE" and add "acl localnet src $(LOCALNET)" and "http_access allow localnet". +Add integrit support: Remove all relevant comments in /etc/integrit/integrit.conf and "# ! " in /etc/cron.daily.integrit. +Implement meta-hints about filesharing: ftp should use "-l" and "~ users" when default users are dummy users. And the local user-init, adduser.local and deluser.local should be generic. Xenux: ------ diff --git a/cfengine/cf.groups.jones b/cfengine/cf.groups.jones index c7c91b5..7f69d80 100644 --- a/cfengine/cf.groups.jones +++ b/cfengine/cf.groups.jones @@ -14,7 +14,7 @@ groups: Standalone_jones = ( auryn fuchur ) WWWServer_jones = ( auryn fuchur xayide argax slamuf pierre cafe3 ror wetware rornaestved satsbutikken ida honda jawa woody mail2 web tulle gmork ) - FTPServer_jones = ( auryn fuchur xayide argax slamuf pierre jawa woody web gmork tulle ) + FTPServer_jones = ( auryn fuchur xayide argax slamuf pierre jawa woody web gmork ) NameServer_jones = ( auryn xayide slamuf pierre ) # FileServer_jones = ( auryn fuchur xayide argax slamuf pierre cafe3 wetware rornaestved satsbutikken ida honda jawa woody gmork ) FileServer_jones = ( cafe3 gmork ) |