LdapSessionOptions.ReferralChasing property setter doesn't work on all Linux platforms #112146
Labels
area-System.DirectoryServices
help wanted
[up-for-grabs] Good issue for external contributors
test-bug
Problem in test source code (most likely)
Milestone
These tests were recently re-enabled for Linux (all tests were disabled) and a recent DI test run for #111877 had failures for:
with test failure:
Apparently, setting the value for
None
, which converts to0 \ false
for Linux when setting that bool property doesn't stick and the getter always returnsAll
. Here's the current source for the Linux version of the setter forpublic ReferralChasingOptions ReferralChasing
:This tests past locally for me on Ubuntu.
Flagging as potential test bug, since these other platforms may not support a
None
options.The text was updated successfully, but these errors were encountered: