-
Notifications
You must be signed in to change notification settings - Fork 23
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
Comments
Hello there, That is something I'd like to know too. Sincerely, |
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. |
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. |
duplicate #73 |
We will soon migrate the domain from LDAP to LDAPS. Do you think it would work to replace the hard-coded LDAP:// strings in the solution? |
I think the best ways would be
|
I have had success in making this work by using LDAP://:636 in the root domain and changing authentication type to secure. Would love it someone could try this and provide feedback with your experience. |
Hi, DNN Error Addtional Error Message:
|
Version 8 targets .Net Framework 4.8. Can you verify that .Net Framework 4.8 is loaded on the server that is experiencing this error? And/or could you retarget the project to version 4.7.2 and recompile and see if you still get the same error? I am not sure we have to target the 4.8 framework if its causing issues. |
Hi, i have compiled it with target framework 4.7.2, but still won't work. So i believe this is wrong? |
I believe the server info shows the version of the app pool itself. That should be fine. Once you built it, did you actually install the new extension install package or did you must copy over the DLL it built? I am wondering if the new DLL is there but settings.ascx didn't update and the old version of settings.ascx is being used. Installing the new package will copy over all those files to right location. |
Yes, i'll do an Install with new ZIP File. Could try to deleted Extension and do a fresh Install, without Update. |
Hi,
is LDAPS supported with this provider?
Regards,
Angelo
The text was updated successfully, but these errors were encountered: