svn commit: samba r20827 - in branches/SAMBA_3_0/source/include: .

vlendec at samba.org vlendec at samba.org
Tue Jan 16 10:59:18 GMT 2007


Author: vlendec
Date: 2007-01-16 10:59:17 +0000 (Tue, 16 Jan 2007)
New Revision: 20827

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

Log:
Increment the interface version.

Wilco: Existing modules should continue to work, they just must be recompiled.

Volker

Modified:
   branches/SAMBA_3_0/source/include/passdb.h


Changeset:
Modified: branches/SAMBA_3_0/source/include/passdb.h
===================================================================
--- branches/SAMBA_3_0/source/include/passdb.h	2007-01-16 10:57:55 UTC (rev 20826)
+++ branches/SAMBA_3_0/source/include/passdb.h	2007-01-16 10:59:17 UTC (rev 20827)
@@ -242,9 +242,10 @@
  * the pdb module. Remove the latter, this might happen more often. VL.
  * changed to version 14 to move lookup_rids and lookup_names to return
  * enum lsa_SidType rather than uint32.
+ * Version 15 for the trusted domain password hooks
  */
 
-#define PASSDB_INTERFACE_VERSION 14
+#define PASSDB_INTERFACE_VERSION 15
 
 struct pdb_methods 
 {



More information about the samba-cvs mailing list