From: Pierangelo Masarati Date: Tue, 10 Apr 2012 21:12:41 +0000 (+0200) Subject: ITS#6656 make reqEntryUUID searchable X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=3d99878d0bb834e2a71ce21b266b03b5e648f647;p=openldap ITS#6656 make reqEntryUUID searchable --- diff --git a/servers/slapd/overlays/accesslog.c b/servers/slapd/overlays/accesslog.c index c396e7b7b8..5cb4d73308 100644 --- a/servers/slapd/overlays/accesslog.c +++ b/servers/slapd/overlays/accesslog.c @@ -404,6 +404,7 @@ static struct { { "( " LOG_SCHEMA_AT ".31 NAME 'reqEntryUUID' " "DESC 'UUID of entry' " "EQUALITY UUIDMatch " + "ORDERING UUIDOrderingMatch " "SYNTAX 1.3.6.1.1.16.1 " "SINGLE-VALUE )", &ad_reqEntryUUID }, { NULL, NULL } @@ -1797,7 +1798,7 @@ static int accesslog_response(Operation *op, SlapReply *rs) { } if ( pbv ) { - attr_merge_one( e, ad_reqEntryUUID, pbv, NULL ); + attr_merge_normalize_one( e, ad_reqEntryUUID, pbv, op->o_tmpmemctx ); } if ( !BER_BVISNULL( &li->li_uuid ) ) {