summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2007-07-03 08:01:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:58:59 -0500
commit2f269ed95463535b701851735a9b2d43d6b955c1 (patch)
tree6de1c42470e6af9c313bde1ee3162734a22dc25e
parentec0035c9b8e0690f3bc21f3de089c39eae660916 (diff)
downloadsamba-2f269ed95463535b701851735a9b2d43d6b955c1.tar.gz
samba-2f269ed95463535b701851735a9b2d43d6b955c1.tar.bz2
samba-2f269ed95463535b701851735a9b2d43d6b955c1.zip
r23679: invocationID is a GUID too.
Andrew Bartlett (This used to be commit 645a8862a3d7c493020e432d76ad0e5da5ea77b5)
-rw-r--r--source4/dsdb/samdb/ldb_modules/entryUUID.c12
1 files changed, 12 insertions, 0 deletions
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",