From: Jeremy Allison Date: Mon, 4 Jun 2007 19:03:33 +0000 (+0000) Subject: r23341: pdb interfaces should be versioned. As SAMBA_3_0 and SAMBA_3_0_26 X-Git-Tag: samba-misc-tags/initial-v3-0-unstable~275 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2ac311ed408e1f17f468945b34289d4c6b915cc;p=thirdparty%2Fsamba.git r23341: 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. --- diff --git a/source/include/passdb.h b/source/include/passdb.h index 3604458b5a8..c3af0f4f11e 100644 --- a/source/include/passdb.h +++ b/source/include/passdb.h @@ -242,6 +242,7 @@ 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. + * Changed to 16 for access to the trusted domain passwords (obnox). */ #define PASSDB_INTERFACE_VERSION 16