From 48b0aa71646b3600f37dfa258c9fe16d7bb6747f Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Thu, 9 Mar 2023 20:54:00 +0100 Subject: nixos/sssd: create symlinks in /etc to fix sssctl Without this, sssctl fails to read its configuration. Update the NixOS test to ensure sssctl doesn't regress. --- nixos/tests/sssd.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/tests') diff --git a/nixos/tests/sssd.nix b/nixos/tests/sssd.nix index 25527cb59a59b..c8d356e074ad5 100644 --- a/nixos/tests/sssd.nix +++ b/nixos/tests/sssd.nix @@ -13,5 +13,6 @@ import ./make-test-python.nix ({ pkgs, ... }: start_all() machine.wait_for_unit("multi-user.target") machine.wait_for_unit("sssd.service") + machine.succeed("sssctl config-check") ''; }) -- cgit 1.4.1