Warning Check File Permission

I am getting below warning.

File '/etc/univention/connector/s4internal.sqlite' has mode 600, 644 was expected.

Hey,

this can (and should) be easily fixed by running chmod 0644 /etc/univention/connector/s4internal.sqlite

Not fixing this particular issue should not impact functionality, though.

Kind regards,
mosu

Thanks Moritz_Bunkus the guide provided working like charm.

I having issue as below.

File ‘/var/cache/univention-portal’ has mode 755, 700 was expected

Hi,

isn’t this simply a question of “search and replace”?
Your original post writes about:

File '/etc/univention/connector/s4internal.sqlite' has mode 600, 644 was expected.

And the solution was:
chmod 0644 /etc/univention/connector/s4internal.sqlite

See the similarities? Filename and expected numbers.
So why not just using the same as before? Just replacing what is shown in the warning message?

/CV

Mastodon