summaryrefslogtreecommitdiffstats
path: root/librpc/idl/netlogon.idl
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-08-17 16:49:24 +0200
committerGünther Deschner <gd@samba.org>2009-08-17 18:24:24 +0200
commitabe7648609949847c15089cb5096176eba8a6dfa (patch)
tree1565fc5f3c86a24c96812f3d673712c843166be8 /librpc/idl/netlogon.idl
parent53196955d47293ebf5956ddbdbbbc131e7116a78 (diff)
downloadsamba-abe7648609949847c15089cb5096176eba8a6dfa.tar.gz
samba-abe7648609949847c15089cb5096176eba8a6dfa.tar.xz
samba-abe7648609949847c15089cb5096176eba8a6dfa.zip
netlogon: document some more MSVC flags.
Some of these were observed during password changing from win7 using a samba 3.4 PDC. Guenther
Diffstat (limited to 'librpc/idl/netlogon.idl')
-rw-r--r--librpc/idl/netlogon.idl15
1 files changed, 14 insertions, 1 deletions
diff --git a/librpc/idl/netlogon.idl b/librpc/idl/netlogon.idl
index 1b3ef458a8f..c34059a411c 100644
--- a/librpc/idl/netlogon.idl
+++ b/librpc/idl/netlogon.idl
@@ -108,9 +108,22 @@ interface netlogon
MSV1_0_CLEARTEXT_PASSWORD_ALLOWED = 0x00000002,
MSV1_0_UPDATE_LOGON_STATISTICS = 0x00000004,
MSV1_0_RETURN_USER_PARAMETERS = 0x00000008,
+ MSV1_0_DONT_TRY_GUEST_ACCOUNT = 0x00000010,
MSV1_0_ALLOW_SERVER_TRUST_ACCOUNT = 0x00000020,
+ MSV1_0_RETURN_PASSWORD_EXPIRY = 0x00000040,
+ MSV1_0_USE_CLIENT_CHALLENGE = 0x00000080,
+ MSV1_0_TRY_GUEST_ACCOUNT_ONLY = 0x00000100,
MSV1_0_RETURN_PROFILE_PATH = 0x00000200,
- MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT = 0x00000800
+ MSV1_0_TRY_SPECIFIED_DOMAIN_ONLY = 0x00000400,
+ MSV1_0_ALLOW_WORKSTATION_TRUST_ACCOUNT = 0x00000800,
+ MSV1_0_DISABLE_PERSONAL_FALLBACK = 0x00001000,
+ MSV1_0_ALLOW_FORCE_GUEST = 0x00002000,
+ MSV1_0_CLEARTEXT_PASSWORD_SUPPLIED = 0x00004000,
+ MSV1_0_USE_DOMAIN_FOR_ROUTING_ONLY = 0x00008000,
+ MSV1_0_ALLOW_MSVCHAPV2 = 0x00010000,
+ MSV1_0_S4U2SELF = 0x00020000,
+ MSV1_0_CHECK_LOGONHOURS_FOR_S4U = 0x00040000,
+ MSV1_0_SUBAUTHENTICATION_DLL_EX = 0x00100000
} netr_LogonParameterControl;
typedef struct {