ahaenggli / AzureAD-LDAP-wrapper

LDAP-Wrapper for 'microsoft 365' work or school accounts/users (former 'office 365' - via Entra ID, former AzureAD without AADDS)
https://ahaenggli.github.io/AzureAD-LDAP-wrapper/
MIT License
121 stars 30 forks source link

filter user met error #83

Closed yuhongwei380 closed 6 months ago

yuhongwei380 commented 6 months ago

I try to use not or ne to filter user; seems not supported; how can i use ne or not ; microsoft engineer said :To filter using the NOT operator, you need to enable advanced query functionality, which requires you to add the $count=true query parameter and the ConsistencyLevel: eventual request header to the request, that is, ConsistencyLevel = "eventual"

How to enable advanced query functionality

yuhongwei380 commented 6 months ago

OK;i see it in the V2.0.1 and the current code image