Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

17 lines
583 B

  1. share level can use subauth by supplying
  2. NtLmAuthenticateMessage->ParameterControl with MSV1_0_SUBAUTHENTICATION_FLAGS
  3. new way of subauth (instead of MSV1_0_LM20_LOGON)
  4. struct _MSV1_0_SUBAUTH_LOGON{
  5. MSV1_0_LOGON_SUBMIT_TYPE MessageType;
  6. UNICODE_STRING LogonDomainName;
  7. UNICODE_STRING UserName;
  8. UNICODE_STRING Workstation;
  9. UCHAR ChallengeToClient[MSV1_0_CHALLENGE_LENGTH];
  10. STRING AuthenticationInfo1;
  11. STRING AuthenticationInfo2;
  12. ULONG ParameterControl;
  13. ULONG SubAuthPackageId;
  14. } MSV1_0_SUBAUTH_LOGON, * PMSV1_0_SUBAUTH_LOGON;