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...
Do you plan on supporting LDAP over SSL in this crate?
I tried swapping out the
TcpStreamforSslStream<TcpStream>in the connection setup, but am gettingError: Unexpected end of filewhenever I try to do a simple bind. I tried digging around some, but the whole BER/Tag system is a little daunting...