ando@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/doc/man/man3
Modified Files: ldap_get_option.3 1.11 -> 1.12
Log Message: document all options, including TLS and (not yet complete) SASL. Needs expert review
I would drop LDAP_OPT_X_TLS; it basically turns on ldaps. This has been unnecessary ever since ldap_initialize() was provided and is only likely to cause problems. (E.g., URI says "ldap://" but library opens ldaps session -> massive confusion.)
ando@OpenLDAP.org wrote:
Update of /repo/OpenLDAP/pkg/ldap/doc/man/man3
Modified Files: ldap_get_option.3 1.11 -> 1.12
Log Message: document all options, including TLS and (not yet complete) SASL. Needs expert review
I would drop LDAP_OPT_X_TLS; it basically turns on ldaps. This has been unnecessary ever since ldap_initialize() was provided and is only likely to cause problems. (E.g., URI says "ldap://" but library opens ldaps session -> massive confusion.)
OK. I need feedback on the correct usage of many options, as they are a bit obscure to me (like this one, for example: it only used the HARD value...)
p.