nsswitch.conf 698 B

12345678910111213141516171819202122232425262728
  1. # Sample nss configuration for systemd
  2. # systemd-specific modules
  3. # See the manual pages fore further information.
  4. # nss-myhostname - host resolution for the local hostname
  5. # nss-mymachines - host, user, group resolution for containers
  6. # nss-resolve - host resolution using resolved
  7. # nss-systemd - dynamic user/group resolution (DynamicUser in unit files)
  8. passwd: compat mymachines systemd
  9. shadow: compat
  10. group: compat mymachines systemd
  11. gshadow: files
  12. hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname
  13. networks: files
  14. services: db files
  15. protocols: db files
  16. rpc: db files
  17. ethers: db files
  18. netmasks: files
  19. netgroup: files
  20. bootparams: files
  21. automount: files
  22. aliases: files