Hey all, I have a current issue where there are constant failed login events from a domain account originating within the Windows Server hosting my vCenter server.
This server is a small vm that is ONLY for running vCenter and its peripherals, so there aren't other systems banging away at it other than those it installed itself (running with @vsphere.local creds etc).
Event list looks like this:
- Cannot login user DOMAIN\USER@127.0.0.1: no permission
- Cannot login user DOMAIN\USER@<vcenter host ip>: no permission
These two errors always appear as pairs, occurring every 30 seconds
The particular user is someone who works on these systems with me, but hasn't been part of any setup steps where they could conceivably store permissions in a scheduled task. I do NOT want to "fix" the error by giving his account permissions, I want to figure out WHY this account is constantly trying to login.
I've run through the logs, but there really isn't much I can get from them:
2018-04-03T06:55:40.267-04:00 info vpxd[38256] [Originator@6876 sub=AuthorizeManager opID=9fb0d07b-a21c-48c1-83c0-4e1af46e008e-864336-ngc-66] [Auth]: User <DOMAIN\USER>
2018-04-03T06:55:40.268-04:00 info vpxd[38256] [Originator@6876 sub=vpxLro opID=9fb0d07b-a21c-48c1-83c0-4e1af46e008e-864336-ngc-66] [VpxLRO] -- FINISH lro-1295975
2018-04-03T06:55:40.268-04:00 info vpxd[38256] [Originator@6876 sub=Default opID=9fb0d07b-a21c-48c1-83c0-4e1af46e008e-864336-ngc-66] [VpxLRO] -- ERROR lro-1295975 -- SessionManager -- vim.SessionManager.loginByToken: vim.fault.NoPermission:
--> Result:
--> (vim.fault.NoPermission) {
--> faultCause = (vmodl.MethodFault) null,
--> faultMessage = <unset>,
--> object = 'vim.Folder:5CBADB22-BEDC-43A7-BD5D-60D5E80A30D3:group-d1',
--> privilegeId = "System.View"
--> msg = ""
--> }
--> Args:
-->
--> Arg locale:
--> "en"
Does anyone have any thoughts about how to track down the system/application which is the source of these login attempts?
As always, thanks for the assistance!