I'd like to use the same/etc/sudoers file for a lot of servers. sudo seems to support this because it has Host_Alias. What's the best way to share the same file ?

  • the path to /etc/sudoers seems to be hardcoded, so i can't put it on a network fs.
  • i haven't find any ldap support
  • scp the file to all the hosts ?

Any experience in that ? Thanks.