Author: abartlet
Date: 2007-07-03 08:01:34 +0000 (Tue, 03 Jul 2007)
New Revision: 23679

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=23679

Log:
invocationID is a GUID too.

Andrew Bartlett

Modified:
   branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/entryUUID.c


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/entryUUID.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/entryUUID.c        
2007-07-03 08:00:08 UTC (rev 23678)
+++ branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/entryUUID.c        
2007-07-03 08:01:34 UTC (rev 23679)
@@ -321,6 +321,18 @@
                        },
                },
        },
+       /* 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",

Reply via email to