You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems it's not recommenced to use NSCD with SSSD:
SSSD is not designed to be used with the NSCD daemon. Even though SSSD does not directly conflict with NSCD, using both services can result in unexpected behavior, especially with how long entries are cached.
We basically disable nscd's caching, and only (ab)use it as a service knowing all nss modules we want to be present - sssd should be the only thing to be really caching, if it's configured to do so.
Issue description
It seems it's not recommenced to use NSCD with SSSD:
https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/deployment_guide/usingnscd-sssd
Right now with the current nixos/modules/services/misc/sssd.nix it's not possible to disable NSCD.
nixpkgs/nixos/modules/services/misc/sssd.nix
Line 47 in 4aa5504
also because of the NSS dependency:
nixpkgs/nixos/modules/config/nsswitch.nix
Line 69 in 4aa5504
I'm using SSSD to log in using Active Directory. It seems to work fine without NSCD.
Technical details
"x86_64-linux"
Linux 4.14.37, NixOS, 18.03.git.eac5319 (Impala)
yes
no
nix-env (Nix) 2.0.1
""
"nixos-18.03, nixos-unstable-18.09pre138687.1b1be29bf82"
/nix/var/nix/profiles/per-user/root/channels/nixos/nixpkgs
The text was updated successfully, but these errors were encountered: