2.2.1.4.4 NETLOGON_SERVICE_INFO
The NETLOGON_SERVICE_INFO structure defines information about a service account logon. Operating system services use service accounts as their run-time security identity.
-
typedef struct _NETLOGON_SERVICE_INFO { NETLOGON_LOGON_IDENTITY_INFO Identity; LM_OWF_PASSWORD LmOwfPassword; NT_OWF_PASSWORD NtOwfPassword; } NETLOGON_SERVICE_INFO, *PNETLOGON_SERVICE_INFO;
Identity: NETLOGON_LOGON_IDENTITY_INFO structure, as specified in section 2.2.1.4.15, that contains information about the logon identity.
LmOwfPassword: LM_OWF_PASSWORD structure, as specified in section 2.2.1.1.3, that contains the LMOWFv1 of a password. LMOWFv1 is specified in NTLM v1 Authentication in [MS-NLMP] section 3.3.1.
NtOwfPassword: NT_OWF_PASSWORD structure, as specified in section 2.2.1.1.4, that contains the NTOWFv1 of a password. NTOWFv1 is specified in NTLM v1 Authentication in [MS-NLMP] section 3.3.1.