[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#8965) ldap proxy segmentation fault



Full_Name: Praveen Adini
Version: 2.4.47-r2
OS: Alpine Containers
URL: 
Submission from: (NULL) (209.135.212.252)


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" "#"