What the hell...it's listening on 3389?!

This commit is contained in:
niten 2024-06-05 18:10:55 -07:00
parent f856f2bcc4
commit cdc933c50a
1 changed files with 3 additions and 1 deletions

View File

@ -226,7 +226,7 @@ in {
image = cfg.ldap.image; image = cfg.ldap.image;
autoStart = true; autoStart = true;
ports = 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 ]; environmentFiles = [ hostSecrets.parisLdapEnv.target-file ];
}; };
@ -302,6 +302,8 @@ in {
''; '';
}; };
nscd.enable = false;
sssd = { sssd = {
enable = true; enable = true;
kcm = true; kcm = true;