-
Notifications
You must be signed in to change notification settings - Fork 3
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
When using LDAPS, identify the SSL Path and SSL provider automatically #62
Comments
Note that from what I see in recent documentation, it's very possible setting the provider is totally useless now and that the default one would do just fine (meaning the fix would be to move the default from "com.sun.net.ssl.internal.ssl.Provider" to not setting it at all). That would make it something to do on generic LDAP authenticator side instead of the AD authenticator (but I guess there is some UI to remove to make things simpler in the AD application). To be tested. |
Reported https://jira.xwiki.org/browse/LDAP-120. |
will test "Add the possibility to not set the xwiki.authentication.ldap.ssl.secure_provider |
https://jira.xwiki.org/browse/LDAP-120 has been included with the upgrade to LDAP 9.11.0 in 38c3894, so there is no need to fill in the provider anymore For the path to SSL trust store, the idea of the issue was to avoid situations when this is filled in incorrectly, but I think that trying to provide a value could be more confusing, or even redundant. |
Documentation updated at https://store.xwiki.com/xwiki/bin/view/Extension/ActiveDirectoryApplication#documentation |
Is it possible when trying to use LDAPS with the Active Directory extension to identify the Path to SSL Keystore and the SSL Source Provider?
The benefit would be to avoid situations when the path or the source is completed incorrectly.
The text was updated successfully, but these errors were encountered: