I am using the openLDAP library. How do I determine what security protocol type and version my server is using to connect to the AD server?
ldap_connect("ldaps://server:636");
I understand for websites, I can easily see the type and version by looking at the properties from the browsers..