diff options
Diffstat (limited to 'source3/include/rpc_netlogon.h')
-rw-r--r-- | source3/include/rpc_netlogon.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/source3/include/rpc_netlogon.h b/source3/include/rpc_netlogon.h index cd88ffef59..239fe0f7c6 100644 --- a/source3/include/rpc_netlogon.h +++ b/source3/include/rpc_netlogon.h @@ -33,24 +33,6 @@ #define LOGON_KRB5_FAIL_CLOCK_SKEW 0x02000000 -/* Flags for controlling the behaviour of a particular logon */ - -/* sets NETLOGON_SERVER_TRUST_ACCOUNT user_flag */ -#if 0 -#define MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT 0x00000020 -#define MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT 0x00000800 - -/* updates the "logon time" on network logon */ -#define MSV1_0_UPDATE_LOGON_STATISTICS 0x00000004 - -/* returns the user parameters in the driveletter */ -#define MSV1_0_RETURN_USER_PARAMETERS 0x00000008 - -/* returns the profilepath in the driveletter and - * sets LOGON_PROFILE_PATH_RETURNED user_flag */ -#define MSV1_0_RETURN_PROFILE_PATH 0x00000200 -#endif - #define INTERACTIVE_LOGON_TYPE 1 #define NET_LOGON_TYPE 2 |