From feb4e7fe4d2c5517261360f24384ceb712559d01 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Mon, 4 Jun 2007 19:03:33 +0000 Subject: 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. (This used to be commit f2ac311ed408e1f17f468945b34289d4c6b915cc) --- source3/include/passdb.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index 3604458b5a..c3af0f4f11 100644 --- a/source3/include/passdb.h +++ b/source3/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 -- cgit