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 7055879 commit 1b7bba9Copy full SHA for 1b7bba9
lib/net/ldap.rb
@@ -486,9 +486,9 @@ def authenticate(username, password)
486
# standard port for simple-TLS encrypted connections is 636. Be sure you
487
# are using the correct port.
488
#
489
- # <i>[Note: a future version of Net::LDAP will support the STARTTLS LDAP
490
- # control, which will enable encrypted communications on the same TCP port
491
- # used for unencrypted connections.]</i>
+ # The :start_tls like the :simple_tls encryption method also encrypts all
+ # communcations with the LDAP server. With the exception that it operates
+ # over the standard TCP port.
492
def encryption(args)
493
case args
494
when :simple_tls, :start_tls
0 commit comments