r13316: Let the carnage begin....
[mat/samba.git] / source3 / include / rpc_netlogon.h
index c1d85403448959826c11e2ded4ff9bc5794aebb9..91f85601e3033272f1e1b300dfde4a9e03d1ef87 100644 (file)
 #define NL_CTRL_REPL_IN_PROGRESS 0x0002
 #define NL_CTRL_FULL_SYNC        0x0004
 
-#define LOGON_EXTRA_SIDS             0x0020
-#define LOGON_RESOURCE_GROUPS        0x0200 
+#define LOGON_GUEST                    0x00000001
+#define LOGON_NOENCRYPTION             0x00000002
+#define LOGON_CACHED_ACCOUNT           0x00000004
+#define LOGON_USED_LM_PASSWORD         0x00000008
+#define LOGON_EXTRA_SIDS               0x00000020
+#define LOGON_SUBAUTH_SESSION_KEY      0x00000040
+#define LOGON_SERVER_TRUST_ACCOUNT     0x00000080
+#define LOGON_NTLMV2_ENABLED           0x00000100
+#define LOGON_RESOURCE_GROUPS          0x00000200
+#define LOGON_PROFILE_PATH_RETURNED    0x00000400
+#define LOGON_GRACE_LOGON              0x01000000
 
 #define SE_GROUP_MANDATORY             0x00000001
 #define SE_GROUP_ENABLED_BY_DEFAULT    0x00000002