Durand
Durand
Can you rebase ?
Can you verify with the inspect mode in chrome and in the network tab what is the error message returned by the search ? Something like that: 
OK so if it's empty at least it's able to connect. Can you try first by disabling "Use pfconnector" and see if it helps. Also do you have any differences...
But when you change from "is member of" to is , does it change something ?
Ok so can you verify again with the inspect mode what are the error message returned by all the search requests ?
Ok so let see the request then:  and show me the search_query
So what is not working correctly is that request: ``` "search_query": { "filter": null, "scope": "base", "attributes": [ "subSchemaSubEntry" ], "base_dn": "dc=domain,dc=com,dc=gh", "size_limit": 1000 } ``` It suppose to return...
can you connect on the database and do a: ``` select * from locationlog where mac="98:b2:79:61:71:f9"\G ``` and paste the output ?
Thanks to report, i will take a look.