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

Enable more LDAP TLS tests on linux #54377

Merged
merged 2 commits into from
Jul 1, 2021

Conversation

iinuwa
Copy link
Contributor

@iinuwa iinuwa commented Jun 17, 2021

As a follow up to #52904, this removes the SupportedOsPlatform("windows") attribute from LdapSessionOptions.SecureSocketLayer, which was causing weird Intellisense issues in VS Code on Linux.

It also enables some tests for LdapSessionOptions.SecureSocketsLayer for Linux that were missed in the previous PR.

@iinuwa
Copy link
Contributor Author

iinuwa commented Jun 17, 2021

I have a question about line 62 in LdapSessionTests.cs: I would enable that test, but it seems that it should be Assert.Equal(options.SecureSocketsLayer, value) rather than Assert.False(options.SecureSocketsLayer)... unless it's supposed to be testing that you can't update that property after assigning the LdapSessionOptions it to a connection.

@iinuwa
Copy link
Contributor Author

iinuwa commented Jun 30, 2021

@krwq, thanks for reviewing! I see that the tests are all passing now; is there anything else I need to do for this to be merged?

@krwq krwq merged commit 784ddff into dotnet:main Jul 1, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jul 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

2 participants