From: Andrew Bartlett Date: Fri, 15 Jul 2011 05:22:41 +0000 (+1000) Subject: auth: include auth.idl structures into common_auth.h X-Git-Tag: talloc-2.0.6~692 X-Git-Url: http://git.samba.org/?p=samba.git;a=commitdiff_plain;h=a39187f0f5e6f99ce8a38cba997e4ad15353e09e auth: include auth.idl structures into common_auth.h Signed-off-by: Andrew Tridgell --- diff --git a/auth/common_auth.h b/auth/common_auth.h index b2db23c7200..e9c4bb5f636 100644 --- a/auth/common_auth.h +++ b/auth/common_auth.h @@ -20,6 +20,8 @@ #ifndef AUTH_COMMON_AUTH_H #define AUTH_COMMON_AUTH_H +#include "librpc/gen_ndr/auth.h" + #define USER_INFO_CASE_INSENSITIVE_USERNAME 0x01 /* username may be in any case */ #define USER_INFO_CASE_INSENSITIVE_PASSWORD 0x02 /* password may be in any case */ #define USER_INFO_DONT_CHECK_UNIX_ACCOUNT 0x04 /* don't check unix account status */