ldap_conn_type

Specifies the type of connection that the server uses to get LDAP information.

ldap_conn_type = [ldaps | startTLS]
  • When this parameter is absent, LDAP connections use TCP (non-secure). For backward compatibility, this is the default setting.
  • ldaps—Use SSL on the LDAP connection (secure).
  • startTLS—Use the startTLS extension to the LDAP version 3 protocol (secure).