Michael Ströder wrote:
HI!
How to profile performance of different ACLs?
In theory one could run slapd with debug symbols under control of a profiler for C code. But personally I don't have a clue which ACL processing entry points to examine more closely.
There's only one: access_allowed(). If you profile with call graphs, then you only need to worry about call chains from that function down.