You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it produces the following deprecation warning Deprecation warning: please give :encryption option as a Hash to Net::LDAP.new
At present, the encryption value must be a Hash with parameters, which consists of two keys: method: - :simple_tls or :start_tls tls_options: - Hash of options for that method