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