Details
-
Bug
-
Status: Resolved (View Workflow)
-
Blocker
-
Resolution: Fixed
-
18.0.2
-
Security Level: Default (Default Security Scheme)
-
None
-
Horizon - Jan 18th
Description
Tested WS-Man Datacollection with a domain user throws error/events 4776 and 4625 in windows event logs - but datacollection succeeds.
Using a local user account does not throws logon error events and datacollection also succeeds.
Testing with wsman cli tool works and no error events on windows side occures with both user types (domain and local):
wsman -d 6 identify -h 192.168.1.1 -P 5985 -u opennms-wsman@DOMAIN.LOCAL -p UserPassword
Tested with the following wsman-config.xml:
<?xml version="1.0"?>
<wsman-config retry="1" timeout="30000" ssl="true" strict-ssl="false" path="/wsman" username="root" password="calvin">
<definition ssl="false" strict-ssl="false" gss-auth="true" port="5985" username="opennms-wsman@DOMAIN.LOCAL" password="UserPassword">
<ip-match>192.168.1.1-200</ip-match>
</definition>
</wsman-config>
Change the config above to use a local useraccount - no error events on windows side occur.