Skip to main content

Error received when attempting to log on to the SecureAuth appliance with a domain account

Issue

User attempts to log on to the SecureAuth IdP appliance console or via RDP using a domain account and receives the error below.

Warning

"Security Policies on this computer are set to display information about the last interactive logon. Windows could not retrieve this information. Please contact your network administrator for assistance."

10878980.jpg

Cause

A group policy has been applied to the SecureAuth IdP appliance which conflicts with a local security policy setting on the appliance. This setting "DisplayLastLogonInfo" was updated in SecureAuth IdP Version 6.4 but previous versions could be affected.

Solution

The solution is to disable the Local Security Policy setting to allow the Group Policy to take affect.

Two approaches are defined below.

Approach 1 (Recommended)

Using the Local Group Policy Editor on the SecureAuth IdP appliance:

  1. Open the Local Group Policy Editor.

  2. In the left pane, click Computer Configuration, Administrative Templates, Windows Components, and Windows Logon Options.

  3. In the right pane, right-click "Display information about previous logons during user logon" and click Properties.

  4. To display previous logon information, check option Disabled and click OK.

  5. Close the Local Group Policy Editor window.

Approach 2

Using the Registry Editor on the SecureAuth IdP appliance:

  1. Open the Start Menu, then type regedit in the search box and press Enter.

  2. In regedit, navigate to the location: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\System

  3. In the right pane, right-click in an empty area and click New and DWORD (32-bit) Value.

  4. Type DisplayLastLogonInfo as the name and press Enter.

  5. Right-click DisplayLastLogonInfo and click Modify.

  6. To no longer display last logon information, type 0 and click on OK. 1 is for the contrary.

  7. Close regedit.

  8. Restart the computer to apply the changes.