Python connect LDAPS server with no CA certification
Source: http://www.noah.org/wiki/LDAP_notes
Just set:
ldap.set_option(ldap.OPT_X_TLS_REQUIRE_CERT, ldap.OPT_X_TLS_NEVER)
Source: http://www.noah.org/wiki/LDAP_notes
Just set:
ldap.set_option(ldap.OPT_X_TLS_REQUIRE_CERT, ldap.OPT_X_TLS_NEVER)