Port 389 โ LDAP
TCP/UDP ยท Port 389 is used for the Lightweight Directory Access Protocol (LDAP) over TCP and UDP, allowing clients to query and manage directory services. This port is commonly used in enterprise networks for authentication and authorization purposes.
- Port Number
- 389
- Service Name
- LDAP
- Protocol
- TCP/UDP
- Common Software
- OpenLDAP, Active Directory
Security Notes
Review IANA registry for port 389 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 389 is used for LDAP. Port 389 is used for the Lightweight Directory Access Protocol (LDAP) over TCP and UDP, allowing clients to query and manage directory services. This port is commonly used in enterprise networks for authentication and authorization purposes. Common software: OpenLDAP, Active Directory.
Review IANA registry for port 389 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 389 <target> or check locally: ss -tlnp | rg 389