From cdc933c50aa221f87d4a4d2c1463b3af4cfdb00e Mon Sep 17 00:00:00 2001 From: niten Date: Wed, 5 Jun 2024 18:10:55 -0700 Subject: [PATCH] What the hell...it's listening on 3389?! --- paris-container.nix | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/paris-container.nix b/paris-container.nix index f6a85fe..f0221df 100644 --- a/paris-container.nix +++ b/paris-container.nix @@ -226,7 +226,7 @@ in { image = cfg.ldap.image; autoStart = true; ports = - map (ip: "${ip}:${toString cfg.ldap.port}:389") cfg.ldap.listen-ips; + map (ip: "${ip}:${toString cfg.ldap.port}:3389") cfg.ldap.listen-ips; environmentFiles = [ hostSecrets.parisLdapEnv.target-file ]; }; @@ -302,6 +302,8 @@ in { ''; }; + nscd.enable = false; + sssd = { enable = true; kcm = true;