ITS#6656 make reqEntryUUID searchable

This commit is contained in:
Pierangelo Masarati 2012-04-10 23:12:41 +02:00
parent f65ee5ddc1
commit 3d99878d0b

View File

@ -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 ) ) {