From a6e29f23f09ba5b6b6d362f7683ae8088bc0ba85 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 16 Mar 2012 09:16:23 +1100 Subject: s3-passdb: Change pdb_sid_to_id() to return struct unixid This will make it easier to consistantly pass a struct unixid all the way up and down the idmap stack, and allow ID_TYPE_BOTH to be handled correctly. Andrew Bartlett Signed-off-by: Michael Adam --- source3/passdb/lookup_sid.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/passdb/lookup_sid.h') diff --git a/source3/passdb/lookup_sid.h b/source3/passdb/lookup_sid.h index 693e001ad9..65444c39a6 100644 --- a/source3/passdb/lookup_sid.h +++ b/source3/passdb/lookup_sid.h @@ -26,6 +26,7 @@ #include "../librpc/gen_ndr/lsa.h" struct passwd; +struct unixid; #define LOOKUP_NAME_NONE 0x00000000 #define LOOKUP_NAME_ISOLATED 0x00000001 /* Look up unqualified names */ -- cgit