On Tue, Jan 29, 2019 at 03:10:02PM +0000, praveen.adini@fireeye.com wrote:
I'm trying to setup a openldap proxy wherein the proxy denies any search requests for uid=root. When i tried using the rwm overlay to stop the operation(#), i'm getting a segmentation fault although i see the unwilling to perform operation 53 message being printed. here is the snippet of the conf that i'm using.
overlay rwm rwm-rewriteEngine on rwm-rewriteContext searchFilter rwm-rewriteRule "(.*)(uid=root)(.*)" "$1$2$3" "#"
Hi Praveen, can you post a self-contained test script that triggers this issue? On its own, the above works as advertised, so maybe other overlays are interfering?
There have been (probably still are) issues when combining rwm with some other overlays.
Thanks,