We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent def2c46 commit 9f9abd3Copy full SHA for 9f9abd3
lib/net/ldap.rb
@@ -590,6 +590,7 @@ def authenticate(username, password)
590
# This method is deprecated.
591
#
592
def encryption(args)
593
+ warn "Deprecation warning: please give :encryption option as a Hash to Net::LDAP.new"
594
return if args.nil?
595
return @encryption = args if args.is_a? Hash
596
0 commit comments