diff options
author | Gerald Carter <jerry@samba.org> | 2007-05-06 20:33:33 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 12:21:49 -0500 |
commit | fd5ff711b6fa4b1146776ba6f915a20e64786c53 (patch) | |
tree | 9ecd8c5be9f589ac295a2b63f8ddefeab981b171 /source3/include | |
parent | 80dca03aaeb0409d866019f52999f69422fb985b (diff) | |
download | samba-fd5ff711b6fa4b1146776ba6f915a20e64786c53.tar.gz samba-fd5ff711b6fa4b1146776ba6f915a20e64786c53.tar.bz2 samba-fd5ff711b6fa4b1146776ba6f915a20e64786c53.zip |
r22712: Inform the user when logging in via pam_winbind
and the krb5 tkt cache could not be created due to clock skew.
(This used to be commit 24616f7d6be40b090dc74851b1ea7d09d6976811)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/rpc_netlogon.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index 5c9e4c00d7..7bbd9cc1cb 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -89,6 +89,7 @@ #define LOGON_RESOURCE_GROUPS 0x00000200 #define LOGON_PROFILE_PATH_RETURNED 0x00000400 #define LOGON_GRACE_LOGON 0x01000000 +#define LOGON_KRB5_FAIL_CLOCK_SKEW 0x02000000 #define SE_GROUP_MANDATORY 0x00000001 #define SE_GROUP_ENABLED_BY_DEFAULT 0x00000002 |