diff options
author | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-02-10 21:53:10 +0000 |
---|---|---|
committer | Bertrand Jacquin <bertrand@jacquin.bzh> | 2024-02-10 21:54:57 +0000 |
commit | 99690f3eed702b313b3445993d05802bf8f0101d (patch) | |
tree | 0110a103d40ade9cd10e16b5258e6bcd812299ae | |
parent | virtual/linux-sources: version bump (diff) | |
download | portage-99690f3eed702b313b3445993d05802bf8f0101d.tar.xz |
factory-default/sys-libs/glibc: enable nss systemd
-rw-r--r-- | factory-default/sys-libs/glibc/etc/nsswitch.conf | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/factory-default/sys-libs/glibc/etc/nsswitch.conf b/factory-default/sys-libs/glibc/etc/nsswitch.conf index d1625a6b..b9ca003b 100644 --- a/factory-default/sys-libs/glibc/etc/nsswitch.conf +++ b/factory-default/sys-libs/glibc/etc/nsswitch.conf @@ -1,10 +1,11 @@ # /etc/nsswitch.conf: -passwd: files -shadow: files -group: files +passwd: files systemd +group: files [SUCCESS=merge] systemd +shadow: files systemd +gshadow: files systemd -hosts: files resolve [!UNAVAIL=return] dns myhostname +hosts: files mymachines resolve [!UNAVAIL=return] myhostname dns networks: files dns services: db files |