Don't need to provide public LDAP anymore
This commit is contained in:
+4
-4
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user