A systems engineer is configuring an identity management server that communicates with Active Directory for central authentication. Organization security policy mandates that all directory lookup queries containing credential verification must be encrypted in transit using SSL/TLS. During testing, standard unencrypted queries are blocked by default as expected, but encrypted authentication attempts also fail. Firewall log analysis confirms that outbound traffic from the identity server to the directory server on the secure directory service port is being dropped. Which of the following port and transport protocol combinations must be permitted on the firewall to resolve the issue?
- ATCP 389
- BUDP 67
- TCP 636Answer
- DTCP 445
Answer
TCP 636 must be allowed through the firewall because it is the standard port designated for LDAPS (Lightweight Directory Access Protocol over SSL/TLS), satisfying the mandate for encrypted directory queries.
The correct answer specifies TCP port 636, which is the standardized default port for LDAPS (Lightweight Directory Access Protocol over SSL/TLS). LDAPS wraps directory access queries inside an encrypted session layer, fulfilling the organizational requirement for secure authentication.
Step-by-Step Solution
Key Concept
LDAP vs. LDAPS Secure Directory Ports