DNNCommunity / DNN.ActiveDirectory

Active Directory authentication for DNN
MIT License
26 stars 22 forks source link

Is LDAPS supported? #74

Open anpa8 opened 3 years ago

anpa8 commented 3 years ago

Hi,

is LDAPS supported with this provider?

Regards, Angelo

jvdgaag commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

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 commented 3 years ago

duplicate #73

StefanoPagana commented 7 months ago

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 commented 1 month ago

I think the best ways would be