Don't need to provide public LDAP anymore
This commit is contained in:
parent
751ee6be5d
commit
e6109489d4
@ -248,10 +248,10 @@ in {
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall = {
|
# networking.firewall = {
|
||||||
allowedTCPPorts = [ 389 636 ];
|
# allowedTCPPorts = [ 389 636 ];
|
||||||
allowedUDPPorts = [ 389 ];
|
# allowedUDPPorts = [ 389 ];
|
||||||
};
|
# };
|
||||||
|
|
||||||
systemd = let
|
systemd = let
|
||||||
user = config.services.openldap.user;
|
user = config.services.openldap.user;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user