What the hell...it's listening on 3389?!
This commit is contained in:
+3
-1
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user