summaryrefslogtreecommitdiff
path: root/source3/include/passdb.h
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2007-02-06 21:00:51 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:17:46 -0500
commitc04068a42b230541559939004f33d72f1e76f075 (patch)
tree1bd5c83c4efd6bc8da8127475fa698ea2cb93d83 /source3/include/passdb.h
parentc59a49d83b7e2e46f9d8111f1beb359095cc448e (diff)
downloadsamba-c04068a42b230541559939004f33d72f1e76f075.tar.gz
samba-c04068a42b230541559939004f33d72f1e76f075.tar.bz2
samba-c04068a42b230541559939004f33d72f1e76f075.zip
r21188: bumping passdb version number to make sure this is different than the 3.0.25 branch
(This used to be commit b10f4cdfc0767dbd88f29f42fa5a8d9a9c1959a2)
Diffstat (limited to 'source3/include/passdb.h')
-rw-r--r--source3/include/passdb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/passdb.h b/source3/include/passdb.h
index 05a3a72876..cd80cd9fab 100644
--- a/source3/include/passdb.h
+++ b/source3/include/passdb.h
@@ -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
{