Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Plans to support LDAPS? #5

Open
kardeiz opened this issue Mar 11, 2016 · 2 comments
Open

Plans to support LDAPS? #5

kardeiz opened this issue Mar 11, 2016 · 2 comments

Comments

@kardeiz
Copy link

kardeiz commented Mar 11, 2016

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...

@dequbed
Copy link
Owner

dequbed commented Mar 11, 2016

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

@sholsapp
Copy link

LDAPS support would be fantastic. If you have any other materials, I'd be willing to help out, albeit I'm only learning Rust.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants