all lists on lists.proxmox.com
 help / color / mirror / Atom feed
* [pve-devel] [PATCH proxmox-ve-rs 1/1] partial fix #6226: macros: add LDAP_UDP macro
@ 2025-03-18 15:38 Stefan Hanreich
  2025-03-18 15:38 ` [pve-devel] [PATCH pve-firewall " Stefan Hanreich
  2025-03-19  8:50 ` [pve-devel] [PATCH proxmox-ve-rs " Christoph Heiss
  0 siblings, 2 replies; 4+ messages in thread
From: Stefan Hanreich @ 2025-03-18 15:38 UTC (permalink / raw)
  To: pve-devel

Add LDAP_UDP macro to the firewall to support LDAP implementations
that use UDP as well, such as Windows AD [1]

[1] https://learn.microsoft.com/de-de/troubleshoot/windows-server/active-directory/config-firewall-for-ad-domains-and-trusts

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
---
 proxmox-ve-config/resources/macros.json | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/proxmox-ve-config/resources/macros.json b/proxmox-ve-config/resources/macros.json
index 2fcc0fb..1c9a661 100644
--- a/proxmox-ve-config/resources/macros.json
+++ b/proxmox-ve-config/resources/macros.json
@@ -377,6 +377,15 @@
     ],
     "desc": "Lightweight Directory Access Protocol traffic"
   },
+  "LDAP_UDP": {
+    "code": [
+      {
+        "dport": "389",
+        "proto": "udp"
+      }
+    ],
+    "desc": "Lightweight Directory Access Protocol traffic via UDP"
+  },
   "LDAPS": {
     "code": [
       {
-- 
2.39.5


_______________________________________________
pve-devel mailing list
pve-devel@lists.proxmox.com
https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-03-19  8:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-03-18 15:38 [pve-devel] [PATCH proxmox-ve-rs 1/1] partial fix #6226: macros: add LDAP_UDP macro Stefan Hanreich
2025-03-18 15:38 ` [pve-devel] [PATCH pve-firewall " Stefan Hanreich
2025-03-19  8:50 ` [pve-devel] [PATCH proxmox-ve-rs " Christoph Heiss
2025-03-19  8:56   ` Stefan Hanreich

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.
Service provided by Proxmox Server Solutions GmbH | Privacy | Legal