From: Francis Cianfrocca Date: 2007-08-23T22:55:07+09:00 Subject: Re: MD5 authentication against Active Directory with ruby ld ------=_Part_44214_7542241.1187877300031 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline On 8/23/07, James Yang wrote: > > Thanks. next question is how to encrypt the network connection with AD > for binding process. Here is the result for ldapsearch. Ask your A/D admin what encryption options are available on that A/D. Sometimes there is no encryption because Windows domain logins use a derivative of Kerberos which Microsoft advertises to be secure. If you use ldapsearch, the man pages will tell you how to dial encryption into the client. For Ruby clients, Net::LDAP definitely supports TLS encryption. I'm 99% sure that ruby/ldap does as well. ------=_Part_44214_7542241.1187877300031--