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