From 3f892c2174d3e215be2e12d6dacede3cd4db392c Mon Sep 17 00:00:00 2001 From: Kai Wohlfahrt Date: Sun, 13 Sep 2020 23:20:23 +0100 Subject: nixos/openldap: Remove extraConfig options Instead of deprecating, as per PR feedback --- nixos/tests/openldap.nix | 22 ---------------------- 1 file changed, 22 deletions(-) (limited to 'nixos/tests/openldap.nix') diff --git a/nixos/tests/openldap.nix b/nixos/tests/openldap.nix index 0c40073735e..b6dd8f573d5 100644 --- a/nixos/tests/openldap.nix +++ b/nixos/tests/openldap.nix @@ -121,26 +121,4 @@ in { ) '' + testScript; }; - - # extraConfig forces use of slapd.conf, test this until that option is removed - legacyConfig = import ./make-test-python.nix { - inherit testScript; - name = "openldap"; - - machine = { pkgs, ... }: { - services.openldap = { - enable = true; - suffix = "dc=example"; - rootdn = "cn=root,dc=example"; - rootpw = "notapassword"; - extraConfig = '' - # No-op - ''; - extraDatabaseConfig = '' - # No-op - ''; - declarativeContents = dbContents; - }; - }; - }; } -- cgit 1.4.1