On 9/10/24 12:27, Gabriel wrote: > User's group search filter: (|(member=%dn)(uniquemember=%dn)) The problem might be that this one is unindexed. Running the server with 'LDB_WARN_UNINDEXED=1' environment variable will tell you which searches are not indexed, which is likely to correspond to the slow ones. cheers, Douglas