mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
pam: add sssd-ldap as a pam test
This commit is contained in:
parent
73811d22bb
commit
f15f947cf5
@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
|
||||
doCheck = false; # fails
|
||||
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) pam-oath-login pam-u2f shadow;
|
||||
inherit (nixosTests) pam-oath-login pam-u2f shadow sssd-ldap;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
Loading…
Reference in New Issue
Block a user