What the hell...it's listening on 3389?!
This commit is contained in:
parent
f856f2bcc4
commit
cdc933c50a
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue