From a39187f0f5e6f99ce8a38cba997e4ad15353e09e Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 15 Jul 2011 15:22:41 +1000 Subject: auth: include auth.idl structures into common_auth.h Signed-off-by: Andrew Tridgell --- auth/common_auth.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/auth/common_auth.h b/auth/common_auth.h index b2db23c720..e9c4bb5f63 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 */ -- cgit