
15 Jul
2008
15 Jul
'08
5:47 a.m.
Lars Jørgensen wrote:
Den 14/07/2008 kl. 19.39 skrev Robin Bowes:
Changing Config.pm to 644 caused the cron to work, but that's not secure (don't want Config.pm to be world-readable).
Just checked and my Config.pm is 664.
You should run bin/SetPermissions.sh to make sure your files have the right permissions.
If you're anxious about having a world-readable Config.pm maybe you should think about building a separate machine for OTRS that only a few select people have access to.
I'm not particularly "anxious" but it's not good practise to have a config file containing security information world-readable. It seems to work when chowned to otrs:apache and chmod 640. R.