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
Do you plan on supporting LDAP over SSL in this crate?
I tried swapping out the TcpStream for SslStream<TcpStream> in the connection setup, but am getting Error: Unexpected end of file whenever I try to do a simple bind. I tried digging around some, but the whole BER/Tag system is a little daunting...
The text was updated successfully, but these errors were encountered:
I do very much plan on supporting LDAPS.
Sadly I currently don't have the time to develop on this crate too much,
hopefully that will change the next few weeks.
LDAPS uses STARTTLS however (Refer to RFC 4511 Section 4.14 - StartTLS
Operation), so it shouldn't be too complicated to add.
On Fri, Mar 11, 2016 at 10:23:31AM -0800, kardeiz wrote:
Do you plan on supporting LDAP over SSL in this crate?
I tried swapping out the TcpStream for SslStream<TcpStream> in the connection setup, but am getting Error: Unexpected end of file whenever I try to do a simple bind. I tried digging around some, but the whole BER/Tag system is a little daunting...
Reply to this email directly or view it on GitHub: #5
Do you plan on supporting LDAP over SSL in this crate?
I tried swapping out the
TcpStream
forSslStream<TcpStream>
in the connection setup, but am gettingError: Unexpected end of file
whenever I try to do a simple bind. I tried digging around some, but the whole BER/Tag system is a little daunting...The text was updated successfully, but these errors were encountered: