Reputation: 841
Error authenticating proxy NT AUTHORITY\Authenticated Users system error: Logon failure: unknown user name or bad password.
Any ideas ?
Upvotes: 0
Views: 662
Reputation: 35613
Authenticated Users cannot be a proxy because it is a pseudo group/Builtin SID.
Only local users, or domain users can be proxy accounts, not builtin groups, local groups (aliases) or domain or enterprise groups.
Upvotes: 4
Reputation: 66697
Probably you have put a unknown user name or bad password.
Another thing that you might forget is the DOMAIN
on the user name
part.
Upvotes: 1