Skip to content

Commit a31e3c1

Browse files
authored
Merge pull request #82825 from Beck-Meyer/patch-3
NTMLv2 Known issue
2 parents 34d022e + ef154f0 commit a31e3c1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

articles/active-directory/authentication/multi-factor-authentication-faq.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,11 +247,18 @@ sections:
247247
248248
A workaround for this error is to have separate user accounts for admin-related and non-admin operations. Later, you can link mailboxes between your admin account and non-admin account so that you can sign in to Outlook by using your non-admin account. For more details about this solution, learn how to [give an administrator the ability to open and view the contents of a user's mailbox](https://help.outlook.com/141/gg709759.aspx?sl=1).
249249
250+
- question: |
251+
What are the possible reasons why a user fails, with the error code "LsaLogonUser failed with NTSTATUS -1073741715 for MFA Server"?
252+
answer: |
253+
Error 1073741715 = Status Logon Failure -> The attempted logon is invalid. This is due to either a bad username or authentication.
254+
255+
A plausible reason for this error: If the primary credentials entered are correct, there might be a mismatch between the supported NTLM version on the MFA server and the domain controller. MFA Server supports only NTLMv1 (LmCompatabilityLevel=1 thru 4) and not NTLMv2 (LmCompatabilityLevel=5).
256+
250257
additionalContent: |
251258
## Next steps
252259
If your question isn't answered here, the following support options are available:
253260
254261
* Search the [Microsoft Support Knowledge Base](https://support.microsoft.com) for solutions to common technical issues.
255262
* Search for and browse technical questions and answers from the community, or ask your own question in the [Azure Active Directory Q&A](/answers/topics/azure-active-directory.html).
256263
* Contact Microsoft professional through [Azure Multi-Factor Authentication Server support](https://support.microsoft.com/oas/default.aspx?prid=14947). When contacting us, it's helpful if you can include as much information about your issue as possible. Information you can supply includes the page where you saw the error, the specific error code, the specific session ID, and the ID of the user who saw the error.
257-
* If you're a legacy PhoneFactor customer and you have questions or need help with resetting a password, use the [[email protected]](mailto:[email protected]) e-mail address to open a support case.
264+
* If you're a legacy PhoneFactor customer and you have questions or need help with resetting a password, use the [[email protected]](mailto:[email protected]) e-mail address to open a support case.

0 commit comments

Comments
 (0)