-
Notifications
You must be signed in to change notification settings - Fork 62
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
SSL Support for Ldap #24
Comments
Hi, It was in my intention, but I didn't have the time to fully complete. If you want, please create a pull request. From memory, I think almost no code is required to unlock it. |
Hi
I’m going to create a pull request in the coming 2 weeks. Thanks a lot for your response.
Best regards,
Martin
From: Nordes Ménard-Lamarre <[email protected]>
Sent: Dienstag, 5. März 2019 14:30
To: Nordes/IdentityServer4.LdapExtension <[email protected]>
Cc: mdpolasek <[email protected]>; Author <[email protected]>
Subject: Re: [Nordes/IdentityServer4.LdapExtension] SSL Support for Ldap (#24)
Hi,
It was in my intention, but I didn't have the time to fully complete. If you want, please create a pull request. From memory, I think almost no code is required to unlock it.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#24 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/Aj7hrKp4UT7SIBYx10QFA40oL0on2zGQks5vTnFGgaJpZM4bbD6V>.
|
I implemented LDAP in our IS3 implementation using Novell.Directory.Ldap. The connection had a property for turning on SSL.
Is this what you are thinking? If that is the case, I can take a look and see if your plugin is similar and help out with this. I have a full plate this weekend though but can make time next week-ish. If I can get some help from you setting up the OpenLDAP container & the same testing you use, this will go much faster. I can wing it and just send the pull request to you also. |
I actually, I poked around your the extension source and found this.
It looks like you use the same Novell Ldap library. Is SSL not working? |
Any news on this? I tried enabling SSL, changed port and it looks like it's working. |
I believe it is working. Under the covers it uses the same library I used on an IS3 implementation -- almost the exact code in fact. |
The current release does not support SSL, even though there is a configuration option for this. Is this planned for the next release? Is somebody already working on this?
The text was updated successfully, but these errors were encountered: