From abe7648609949847c15089cb5096176eba8a6dfa Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 17 Aug 2009 16:49:24 +0200 Subject: netlogon: document some more MSVC flags. Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther --- librpc/gen_ndr/netlogon.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'librpc/gen_ndr/netlogon.h') diff --git a/librpc/gen_ndr/netlogon.h b/librpc/gen_ndr/netlogon.h index 6f621075e6..28307ff28c 100644 --- a/librpc/gen_ndr/netlogon.h +++ b/librpc/gen_ndr/netlogon.h @@ -53,9 +53,22 @@ struct netr_AcctLockStr { #define MSV1_0_CLEARTEXT_PASSWORD_ALLOWED ( 0x00000002 ) #define MSV1_0_UPDATE_LOGON_STATISTICS ( 0x00000004 ) #define MSV1_0_RETURN_USER_PARAMETERS ( 0x00000008 ) +#define MSV1_0_DONT_TRY_GUEST_ACCOUNT ( 0x00000010 ) #define MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT ( 0x00000020 ) +#define MSV1_0_RETURN_PASSWORD_EXPIRY ( 0x00000040 ) +#define MSV1_0_USE_CLIENT_CHALLENGE ( 0x00000080 ) +#define MSV1_0_TRY_GUEST_ACCOUNT_ONLY ( 0x00000100 ) #define MSV1_0_RETURN_PROFILE_PATH ( 0x00000200 ) +#define MSV1_0_TRY_SPECIFIED_DOMAIN_ONLY ( 0x00000400 ) #define MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT ( 0x00000800 ) +#define MSV1_0_DISABLE_PERSONAL_FALLBACK ( 0x00001000 ) +#define MSV1_0_ALLOW_FORCE_GUEST ( 0x00002000 ) +#define MSV1_0_CLEARTEXT_PASSWORD_SUPPLIED ( 0x00004000 ) +#define MSV1_0_USE_DOMAIN_FOR_ROUTING_ONLY ( 0x00008000 ) +#define MSV1_0_ALLOW_MSVCHAPV2 ( 0x00010000 ) +#define MSV1_0_S4U2SELF ( 0x00020000 ) +#define MSV1_0_CHECK_LOGONHOURS_FOR_S4U ( 0x00040000 ) +#define MSV1_0_SUBAUTHENTICATION_DLL_EX ( 0x00100000 ) struct netr_IdentityInfo { struct lsa_String domain_name; -- cgit