Skip to content

Commit 1b7bba9

Browse files
cwarner-mdsolJerry Cheung
authored andcommitted
start_tls is now supported
1 parent 7055879 commit 1b7bba9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/net/ldap.rb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -486,9 +486,9 @@ def authenticate(username, password)
486486
# standard port for simple-TLS encrypted connections is 636. Be sure you
487487
# are using the correct port.
488488
#
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>
489+
# The :start_tls like the :simple_tls encryption method also encrypts all
490+
# communcations with the LDAP server. With the exception that it operates
491+
# over the standard TCP port.
492492
def encryption(args)
493493
case args
494494
when :simple_tls, :start_tls

0 commit comments

Comments
 (0)