From cba8dcf759a2a0ed10060a19e9676bd1872ded67 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 27 Mar 2008 12:02:18 +0100 Subject: Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam. Guenther (This used to be commit fa64c76ac8e54f385f277b5b39be70075b2eeee0) --- source3/include/rpc_netlogon.h | 2 -- source3/winbindd/winbindd_pam.c | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'source3') diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 45b087942c..f0cff0d40a 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -23,8 +23,6 @@ #ifndef _RPC_NETLOGON_H /* _RPC_NETLOGON_H */ #define _RPC_NETLOGON_H -#define LOGON_KRB5_FAIL_CLOCK_SKEW 0x02000000 - #define INTERACTIVE_LOGON_TYPE 1 #define NET_LOGON_TYPE 2 diff --git a/source3/winbindd/winbindd_pam.c b/source3/winbindd/winbindd_pam.c index 5712f08603..63127cbfcd 100644 --- a/source3/winbindd/winbindd_pam.c +++ b/source3/winbindd/winbindd_pam.c @@ -27,6 +27,8 @@ #undef DBGC_CLASS #define DBGC_CLASS DBGC_WINBIND +#define LOGON_KRB5_FAIL_CLOCK_SKEW 0x02000000 + static NTSTATUS append_info3_as_txt(TALLOC_CTX *mem_ctx, struct winbindd_cli_state *state, struct netr_SamInfo3 *info3) -- cgit