Skip to content

Commit ef154f0

Browse files
authored
PR review edit
1 parent f64111d commit ef154f0

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -248,13 +248,11 @@ sections:
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
250250
- question: |
251-
252-
What are the possible reasons why a user(s) is failing with the error code: LsaLogonUser failed with NTSTATUS -1073741715 for MFA Server.
253-
254-
answer: |
255-
Error 1073741715 = Status Logon Failure -> The attempted logon is invalid. This is either due to a bad username or authentication.
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.
256254
257-
A plausible reason for this: If the primary credentials entered are correct, there could be a mismatch between the supported NTLM version on the MFA server vs. the Domain Controller. MFA Server only supports NTLMv1 (LmCompatabilityLevel=1 thru 4) and not NTLMv2 (LmCompatabilityLevel=5)
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).
258256
259257
additionalContent: |
260258
## Next steps

0 commit comments

Comments
 (0)