From cd6271559f24b83910d79a66b7fa9f58c2cf3b5e Mon Sep 17 00:00:00 2001 From: Pierangelo Masarati Date: Tue, 10 Apr 2012 23:12:41 +0200 Subject: [PATCH] ITS#6656 make reqEntryUUID searchable --- servers/slapd/overlays/accesslog.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 ) ) { -- 2.39.5