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

Is LDAPS supported? #74

Open
anpa8 opened this issue Oct 15, 2020 · 6 comments
Open

Is LDAPS supported? #74

anpa8 opened this issue Oct 15, 2020 · 6 comments

Comments

@anpa8
Copy link

anpa8 commented Oct 15, 2020

Hi,

is LDAPS supported with this provider?

Regards,
Angelo

@jvdgaag
Copy link

jvdgaag commented Nov 4, 2020

Hello there,

That is something I'd like to know too.
I'm already getting questions from a customer about this.
Microsoft is going to enforce LDAPS because of a potential security issue with LDAP.

Sincerely,
Jan van der Gaag

@sawest
Copy link
Collaborator

sawest commented Nov 4, 2020

The module is built on top of System.DirectoryServices. All domain connections are handled through System.DirectoryServices. I have not personally tested LDAPS but I have no reason to believe that the module would not work with LDAPS. If someone would like to test it, that would be much appreciated.

@sawest
Copy link
Collaborator

sawest commented Jan 26, 2021

This module will NOT currently work with LDAPS in its current state. It has the ability with some mild code refactoring. Hopefully I, or someone, can get to this soon.

@sawest
Copy link
Collaborator

sawest commented Jan 26, 2021

duplicate #73

@StefanoPagana
Copy link

We will soon migrate the domain from LDAP to LDAPS.
With a little help I could try to implement this functionality.

Do you think it would work to replace the hard-coded LDAP:// strings in the solution?

@MaiklT
Copy link

MaiklT commented Jul 16, 2024

I think the best ways would be

  • either a setting to choode LDAP or LDAPS (Example: Checkbox "Secure")
  • or a fallback - try LDAPS, if this does not work, try LDAP

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

No branches or pull requests

5 participants