Hi Christopher,
> Turns out we are using SSSD not NCSD on our Linux systems. It seems to be > working fine: You will need to run NSCD if you want Guix software to be able to talk to the system’s SSSD. The reason is that SSSD works by having applications load a library whereas NSCD implements a network protocol. Software built with Guix cannot load the system libary due to ABI conflict, but it *can* talk to NSCD over the network. The system NSCD talks to the system SSSD, so there’s no problem there. -- Ricardo