diff options
-rw-r--r-- | auth/common_auth.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |