Profesor_Ig - I'm having trouble starting the s...
I'm having trouble starting the service installed from AUR for Arch. The logs are showing "Error: Permission denied (os error 13) in /etc/lldap.toml TOML file", but the permissions don't seem to matter. Even if I change them, same error
11 Replies
Even if you chmod 777?
hmm... 777 worked. Obviously I can't keep it like that. Original permission was 640
lets try 750...
Then it's an ownership problem. Who's the user running the LLDAP service?
Make sure it's the same as the config file owner
root
and , as user
751 works
so it's group execute that gets it working
Right, but the LLDAP service description has a user
ah
It's not running as root
yep, ok, the package installs with /etc/lldap.toml belonging to root user
Solution
solution:
The permissions should probably be 600
You don't want anything (other than yourself as root) modifying the file
thnx