Jiri Formacek
Jiri Formacek
Hello Jose, what I can easily do is to add test for searching with time limit specified, like this: ```csharp [ConditionalFact(nameof(IsLdapConfigurationExist))] public void TestSearchWithTimeLimit() { using LdapConnection connection = GetConnection();...
Well, on Windows [native api](https://docs.microsoft.com/en-us/windows/win32/api/winldap/nf-winldap-ldap_search_extw), TimeLimit is declared as `ULONG`; zero means NoLimit. So technically, you cannot pass negative value to Windows API. On Linux, TimeLimit is pointer to timeval...
ok, I added test with negative TimeSpan Thanks, Jiri
Well, I looked at the code and: when invalid entry in multival attr --> transform logic throws and nothing returned in the attr. This is something I wanted to improve....
I'm frustrated the same way - PS7.2 now being recommended runtime and webhook data unusable - no improvement on the horizon. It would be fair from MS that product group...
I do not think either proposed solution applies: Solution 1: identity is there as direct retrieval from token endpoint works fine Solution 2: we're using higher version of MSAL thank...