Security Compliance
Unable to Log into ARM Configuration Wizard
This article provides a workaround for an issue where users are unable to log into the ARM Configuration Wizard, even if they have administrative rights and are using the correct password.
First published date
Last published date
Overview
[ 2293|ARM-SERVER |armServer |8476.1| 91|DOMAIN\SYSTEM |pn.server.SecurityManager |240704| 7:58:25.150|Warning ] AuthenticationHandler.LoginInternal(): We could not resolve the domain 'DOMAIN' and won't try to authenticate 'UserName' if this domain is valid please add it to the configuration.
Product section
Resolution
- Stop the ARM Service.
- Navigate to the following directory: C:\ProgramData\protected-networks.com\8MAN\cfg\, create a backup of pnServer.config.xml, and edit it.
- Search for supportPeriodInNetbiosName and change the following value below from false to true:
-
<SupportPeriodInNetbiosName type="System.Boolean">true</SupportPeriodInNetbiosName>
-
- If the entry is not present, manually add the following block before the closing
</config>tag (the last line of the file):-
<options> <SupportPeriodInNetbiosName type="System.Boolean">true</SupportPeriodInNetbiosName> </options>
-
- Save the file > Start the ARM Service.