From 7e418bf736a8ba9f33cd3b2125d8fcae51d641bd Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Sat, 14 Nov 2009 01:07:34 +0100 Subject: s3:passdb: bump interface VERSION 18->19 (removed uid_to_rid) Michael --- source3/include/passdb.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source3/include/passdb.h') diff --git a/source3/include/passdb.h b/source3/include/passdb.h index e42d34f3f6..c8e4bc21e4 100644 --- a/source3/include/passdb.h +++ b/source3/include/passdb.h @@ -240,9 +240,10 @@ enum pdb_policy_type { * Changed to 16 for access to the trusted domain passwords (obnox). * Changed to 17, the sampwent interface is gone. * Changed to 18, pdb_rid_algorithm -> pdb_capabilities + * Changed to 19, removed uid_to_rid */ -#define PASSDB_INTERFACE_VERSION 18 +#define PASSDB_INTERFACE_VERSION 19 struct pdb_methods { -- cgit