r21188: bumping passdb version number to make sure this is different than the 3.0...
authorGerald Carter <jerry@samba.org>
Tue, 6 Feb 2007 21:00:51 +0000 (21:00 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 17:17:46 +0000 (12:17 -0500)
source/include/passdb.h

index 05a3a72876ab42f6bfbed5762e72f53a4cd39170..cd80cd9fabb2a994ffbd42425cceaa931ebdeb04 100644 (file)
@@ -242,10 +242,9 @@ 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 15
+#define PASSDB_INTERFACE_VERSION 16
 
 struct pdb_methods 
 {