Move LOGON_KRB5_FAIL_CLOCK_SKEW to winbindd_pam.
authorGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 11:02:18 +0000 (12:02 +0100)
committerGünther Deschner <gd@samba.org>
Thu, 27 Mar 2008 12:06:43 +0000 (13:06 +0100)
Guenther
(This used to be commit fa64c76ac8e54f385f277b5b39be70075b2eeee0)

source3/include/rpc_netlogon.h
source3/winbindd/winbindd_pam.c

index 45b087942cb8f95e4bc1dcdb4cd2fbb7a3589a06..f0cff0d40a853b33d8b8986c3aea11d0bd330f32 100644 (file)
@@ -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
 
index 5712f0860389f0f3116841b48f7705ef4bacc5c5..63127cbfcd356648024b4d76cf774b31ffb696de 100644 (file)
@@ -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)