←back to thread

466 points CoolCold | 1 comments | | HN request time: 0.209s | source
Show context
abridgett ◴[] No.40212909[source]
I'm not sure it can replace non-trivial setups - sudo/doas looks set to stay.

e.g when you need to restrict a set of users to run only certain applications with certain other users. sudo can do this (even if the config format can be painful).

replies(4): >>40213044 #>>40213750 #>>40215140 #>>40215759 #
1. stop50 ◴[] No.40215140[source]
Thats why i moved every sudoers rule to ldap. Much nicer to configure and no need for files with the same content on multiple servers. New users are added and removed fast and i can check the rule on any server.