summaryrefslogtreecommitdiff
path: root/auth/common_auth.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2010-08-31 23:09:39 +0200
committerGünther Deschner <gd@samba.org>2010-08-31 23:17:40 +0200
commit95f9542e055d027adeb596a2c67fe48add77033c (patch)
treecfd897a188f2bd2faaec897fe054b619555268f1 /auth/common_auth.h
parent16c2d9182d0c0ff55eba4d8bce2931b579b00339 (diff)
downloadsamba-95f9542e055d027adeb596a2c67fe48add77033c.tar.gz
s3-auth: remove global include of krb5pac.h.
Guenther
Diffstat (limited to 'auth/common_auth.h')
-rw-r--r--auth/common_auth.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/auth/common_auth.h b/auth/common_auth.h
index 4ae5df9a6b1..c64b46c7cf0 100644
--- a/auth/common_auth.h
+++ b/auth/common_auth.h
@@ -17,8 +17,6 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "librpc/gen_ndr/krb5pac.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 */