diff options
author | Volker Lendecke <vlendec@samba.org> | 2007-01-16 10:59:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:17:10 -0500 |
commit | f5babdce9b79ba6abed5d6f57daecc0ed1e14e15 (patch) | |
tree | ba52deaec0e785da98cee5a9f4fd35083d2c33e3 /source/include | |
parent | 3c879745cfc39be6128b63a88ecdbfa3d9ce6c2d (diff) | |
download | samba-f5babdce9b79ba6abed5d6f57daecc0ed1e14e15.tar.gz samba-f5babdce9b79ba6abed5d6f57daecc0ed1e14e15.tar.xz samba-f5babdce9b79ba6abed5d6f57daecc0ed1e14e15.zip |
r20827: Increment the interface version.
Wilco: Existing modules should continue to work, they just must be recompiled.
Volker
Diffstat (limited to 'source/include')
-rw-r--r-- | source/include/passdb.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source/include/passdb.h b/source/include/passdb.h index d5abb7ad55c..05a3a72876a 100644 --- a/source/include/passdb.h +++ b/source/include/passdb.h @@ -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 { |