svn commit: samba r23341 - in branches: SAMBA_3_0/source/include SAMBA_3_0_26/source/include

jra at samba.org jra at samba.org
Mon Jun 4 19:03:34 GMT 2007


Author: jra
Date: 2007-06-04 19:03:33 +0000 (Mon, 04 Jun 2007)
New Revision: 23341

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

Log:
pdb interfaces should be versioned. As SAMBA_3_0 and SAMBA_3_0_26
are now identical, use the same version number (16) for both.
Jeremy.

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


Changeset:
Modified: branches/SAMBA_3_0/source/include/passdb.h
===================================================================
--- branches/SAMBA_3_0/source/include/passdb.h	2007-06-04 14:48:26 UTC (rev 23340)
+++ branches/SAMBA_3_0/source/include/passdb.h	2007-06-04 19:03:33 UTC (rev 23341)
@@ -242,6 +242,7 @@
  * 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.
+ * Changed to 16 for access to the trusted domain passwords (obnox).
  */
 
 #define PASSDB_INTERFACE_VERSION 16

Modified: branches/SAMBA_3_0_26/source/include/passdb.h
===================================================================
--- branches/SAMBA_3_0_26/source/include/passdb.h	2007-06-04 14:48:26 UTC (rev 23340)
+++ branches/SAMBA_3_0_26/source/include/passdb.h	2007-06-04 19:03:33 UTC (rev 23341)
@@ -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.
+ * Changed to 16 for access to the trusted domain passwords (obnox).
  */
 
-#define PASSDB_INTERFACE_VERSION 15
+#define PASSDB_INTERFACE_VERSION 16
 
 struct pdb_methods 
 {



More information about the samba-cvs mailing list