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

(ITS#7390) slapschema crashes with rwm-rewriteMap slapd



Full_Name: 
Version: 2.4.32
OS: Debian Squeeze
URL:  
Submission from: (NULL) (212.227.35.94)


Config with the following lines works as expected but slapschema crashes no
matter whether slapd is running or not:
--------------------------------------------------------------------------
overlay rwm
rwm-rewriteEngine on

# rewrite map for (uid=foo) with DN of entry as result
rwm-rewriteMap slapd uid2dn "ldap:///ou=um-demail?entryDN?sub?uid=";
--------------------------------------------------------------------------

This is self-compiled OpenLDAP 2.4.32 on Debian Squeeze linked against OpenSSL
and BDB 4.8.30.

Example config will follow. Maybe I even can reproduce on another system and
provide gdb output.