-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
System.DirectoryServices.Protocols.LdapConnection Methods in .NET 6 - Alpine Linux > 3.14 #72057
Comments
Tagging subscribers to this area: @dotnet/area-system-directoryservices, @jay98014 Issue DetailsDescriptionWhen trying to access Ldap running on Alpine Linux it is looking for a specific version of libldap. Once we updated the OS from 3.14 to 3.15, it changed the version of this library and caused a runtime issue. I would request that it be able to work with any installed version of libldap
Reproduction Steps
Run app on docker Alpine Linux version 3.15 or greater
Expected behaviorAble to query LDAP Actual behavior
Regression?This works when Alpine is OS version 3.14 because the max version available for 3.14 of libldap is 2.4 https://pkgs.alpinelinux.org/packages?name=libldap&branch=v3.14 Known WorkaroundsKeep the OS version 3.14 or manually install the specific version of the library ConfigurationNo response Other informationNo response
|
Thanks for logging the issue @zlsmith86, this is a dupe of #69456, so I will go ahead and close this in favor of that one. I think the action items are basically to test and ensure that newer versions are compatible with all of our scenarios, and after that we should be able to just bind to the 2.x version |
Description
When trying to access Ldap running on Alpine Linux it is looking for a specific version of libldap. Once we updated the OS from 3.14 to 3.15, it changed the version of this library and caused a runtime issue. I would request that it be able to work with any installed version of libldap
Reproduction Steps
Run app on docker Alpine Linux version 3.15 or greater
Expected behavior
Able to query LDAP
Actual behavior
Regression?
This works when Alpine is OS version 3.14 because the max version available for 3.14 of libldap is 2.4
https://pkgs.alpinelinux.org/packages?name=libldap&branch=v3.14
Known Workarounds
Keep the OS version 3.14 or manually install the specific version of the library
Configuration
No response
Other information
No response
The text was updated successfully, but these errors were encountered: