https://fedorahosted.org/389/ticket/48188 https://fedorahosted.org/389/attachment/ticket/48188/0001-Ticket-48188-segfault-in-ns-slapd-due-to-accessing-S.patch This patch is based upon the patch provided by Simo Sorce <simo@xxxxxxxxxx> for Ticket #48272 - Allow PRE_BIND plugins to mangle DNs Description: Allow a pre_bind plugin to map a DN to another This is useful for plugins that deal with virtual trees or non-standard clients binding with values that are not proper DNs and similar situations. Contributed by: Simo Sorce <simo@xxxxxxxxxx> 2 changes are made to the original patch: 1. removed "slapi_sdn_free(&sdn)" with this comment: * It is a plug-in's responsibility to free the original Slapi_DN. Note: slapi-nis already freed the original sdn. 2. reset dn from the new sdn. dn = slapi_sdn_get_dn(sdn); -- 389-devel mailing list 389-devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/389-devel