diff options
Diffstat (limited to 'factory/etc/nsswitch.conf')
-rw-r--r-- | factory/etc/nsswitch.conf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/factory/etc/nsswitch.conf b/factory/etc/nsswitch.conf index 5f2984e77f..5470993e34 100644 --- a/factory/etc/nsswitch.conf +++ b/factory/etc/nsswitch.conf @@ -1,6 +1,15 @@ # This file is part of systemd. -passwd: files -shadow: files -group: files -hosts: files mymachines resolve myhostname +passwd: compat mymachines systemd +group: compat mymachines systemd +shadow: compat + +hosts: files mymachines resolve [!UNAVAIL=return] dns myhostname +networks: files + +protocols: db files +services: db files +ethers: db files +rpc: db files + +netgroup: nis |