TCP and UDP Ports (Nodinite LDAP Adapter)
Use the correct TCP and UDP ports to control your LDAP integrations. This guide enables you to establish secure, reliable, and high-performance LDAP communication for Nodinite LDAP products—whether you use the BizTalk LDAP Adapter or the LDAP Web API.
✅ Achieve seamless connectivity for all LDAP clients and servers
✅ Support hybrid and multi-platform environments (on-premises, cloud, Logic Apps, MuleSoft, WSO2, and more)
✅ Harden your network with clear firewall requirements
✅ Accelerate troubleshooting and integration success
When you work with LDAP, you connect multiple clients and servers across different operating systems and segmented networks. Use the table below to identify the most common and required ports for LDAP communication.
Port Number | Port Name | Description | Comment | |
---|---|---|---|---|
53 | DNS | |||
88 | Kerberos | |||
135 | RPC | Also used for DTC | ||
139 | NetBios-SSN | |||
389 | Active Directory, OpenLDAP, Fedora, Sun, NIS, ... | Default port | ||
443 | HTTPS | Use for the LDAP Web API | ||
445 | SMB (V2, V3) | Optional with Serilog file appender | ||
445 | msft-ds | IPsec ISAKMP | ||
500 or 4500 | IPsec ISAKMP | ISAKMP uses UDP as its transport protocol. ISAKMP traffic normally goes over UDP port 500 | If NAT-T is used, UDP port 4500 is used | |
636 | SSL/LDAPS | |||
1389 | OpenDS | |||
3268, 3269 | Global Catalog DCs | |||
3269 | Global Category List | |||
1024-500049152-65535 | RPC randomly allocated high TCP ports | |||
10389 | Apache Directory Server |
Ports marked with the icon are very common. You must allow them in your firewall(s) for successful LDAP integration.
View the dynamic port range using the following netsh commands:
from KB article 832017
- netsh int ipv4 show dynamicport tcp
- netsh int ipv4 show dynamicport udp
- netsh int ipv6 show dynamicport tcp
- netsh int ipv6 show dynamicport udp