Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
base: be3a8c4bdb1e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 4a611a2ecf34
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jun 7, 2018

  1. dbus: Add NSS modules path to dbus system bus service

     DBus seems to resolve user IDs directly via glibc, circumventing nscd. In more
     advanced setups this leads to user's coming from LDAP or SSSD not being
     resolved by the dbus system bus daemon. The effect for such users is, that all
     access to the system bus (e.g. busctl or nmcli) is denied.
    
     Adding the respective NSS modules to the service's environment solves the issue
     the same way it does for nscd.
    spacefrogg committed Jun 7, 2018
    Copy the full SHA
    e598fdf View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2018

  1. Merge pull request #41635 from spacefrogg/dbus-nss-fix

    dbus: Add NSS modules path to dbus system bus service
    matthewbauer committed Jun 29, 2018
    Copy the full SHA
    4a611a2 View commit details
    Browse the repository at this point in the history