What is the default port for a secure socket layer (SSL) LDAP connection?
A.
389
B.
636
C.
1024
D.
23
Explanation:
: The normal port for LDAP servers is port 389 TCP but in the case that we want to use the LDAP
services through a Secure Sockets Layer connection (SSL), the default port is 636 TCP. Your
LDAP server must support connections through SSL to enable this type of connection. As a
benefit, it increases security. You can check this in the online NG documentation, see “SSL +
LDAP”.