Closed kou closed 6 years ago
It's needed for setting StartTLS related options in GnuTLS backend:
connection = LDAP::Conn.new(host, port) connection.set_option(LDAP::LDAP_OPT_X_TLS_REQUIRE_CERT, LDAP::LDAP_OPT_X_TLS_NEVER) connection.set_option(LDAP::LDAP_OPT_X_TLS_NEXCTX, 1) # This is needed connection.start_tls
Thank you @kou, version 0.9.20 is released ❤️
Wow! You're super fast!
It's needed for setting StartTLS related options in GnuTLS backend: