summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2011-07-15 15:22:41 +1000
committerAndrew Bartlett <abartlet@samba.org>2011-07-20 09:17:10 +1000
commita39187f0f5e6f99ce8a38cba997e4ad15353e09e (patch)
tree46c450b934a6d97ff009987670ea2119b536a99b /auth/common_auth.h
parent6d741e918f145c6ec62c22358aabc8162db108fd (diff)
downloadsamba-a39187f0f5e6f99ce8a38cba997e4ad15353e09e.tar.gz
auth: include auth.idl structures into common_auth.h
Signed-off-by: Andrew Tridgell <tridge@samba.org>
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r--auth/common_auth.h2
1 files changed, 2 insertions, 0 deletions
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 */