LDAPS
LDAPS stands for LDAP over SSL/TLS and refers to using the Lightweight Directory Access Protocol (LDAP) over an encrypted TLS/SSL connection. In practice, LDAPS is implemented by connecting to the directory server on port 636 and performing the TLS handshake immediately after establishing the TCP connection.
Once TLS is established, LDAP operations (bind, search, modify, and other actions) occur over the encrypted channel.
Certificate requirements: LDAPS requires the directory server to hold a valid certificate with a private key,
Relationship to StartTLS: Some deployments prefer StartTLS on the standard LDAP port 389 to negotiate TLS after
Security considerations: Maintain valid certificates, monitor expiry, implement revocation checking, and disable weak encryption suites. Encryption