From 2f269ed95463535b701851735a9b2d43d6b955c1 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 3 Jul 2007 08:01:34 +0000 Subject: r23679: invocationID is a GUID too. Andrew Bartlett (This used to be commit 645a8862a3d7c493020e432d76ad0e5da5ea77b5) --- source4/dsdb/samdb/ldb_modules/entryUUID.c | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'source4') diff --git a/source4/dsdb/samdb/ldb_modules/entryUUID.c b/source4/dsdb/samdb/ldb_modules/entryUUID.c index 49967c3b88..c445a0f82a 100644 --- a/source4/dsdb/samdb/ldb_modules/entryUUID.c +++ b/source4/dsdb/samdb/ldb_modules/entryUUID.c @@ -321,6 +321,18 @@ const struct ldb_map_attribute entryUUID_attributes[] = }, }, }, + /* invocationId */ + { + .local_name = "invocationId", + .type = MAP_CONVERT, + .u = { + .convert = { + .remote_name = "invocationId", + .convert_local = guid_always_string, + .convert_remote = encode_guid, + }, + }, + }, /* objectSid */ { .local_name = "objectSid", -- cgit