r20827: Increment the interface version.
authorVolker Lendecke <vlendec@samba.org>
Tue, 16 Jan 2007 10:59:17 +0000 (10:59 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:10 +0000 (12:17 -0500)
Wilco: Existing modules should continue to work, they just must be recompiled.

Volker
(This used to be commit f5babdce9b79ba6abed5d6f57daecc0ed1e14e15)

source3/include/passdb.h

index d5abb7ad55c3dccee3b1647873d0e93d1d637410..05a3a72876ab42f6bfbed5762e72f53a4cd39170 100644 (file)
@@ -242,9 +242,10 @@ struct pdb_search {
  * 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 
 {