svn commit: samba r17870 - in branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules: .

abartlet at samba.org abartlet at samba.org
Mon Aug 28 03:26:18 GMT 2006


Author: abartlet
Date: 2006-08-28 03:26:17 +0000 (Mon, 28 Aug 2006)
New Revision: 17870

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

Log:
This module (for the moment) handles the modifyTimestamp generation.  For that, it needs to hook into the modify operation.

Andrew Bartlett

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


Changeset:
Modified: branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/objectguid.c
===================================================================
--- branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/objectguid.c	2006-08-28 03:15:06 UTC (rev 17869)
+++ branches/SAMBA_4_0/source/dsdb/samdb/ldb_modules/objectguid.c	2006-08-28 03:26:17 UTC (rev 17870)
@@ -203,6 +203,7 @@
 static const struct ldb_module_ops objectguid_ops = {
 	.name          = "objectguid",
 	.add           = objectguid_add,
+	.modify        = objectguid_modify,
 };
 
 



More information about the samba-cvs mailing list