Howt to grant network access to LocalSystem account?
Posted
by Ian Boyd
on Server Fault
See other posts from Server Fault
or by Ian Boyd
Published on 2010-04-26T14:19:49Z
Indexed on
2010/04/26
14:23 UTC
Read the original article
Hit count: 439
How do you grant access to network resources of the LocalSystem (NT AUTHORITY\SYSTEM) account?
When accessing the network, the LocalSystem account acts as the computer on the network:
...and acts as the computer on the network.
Or to say the same thing again: The LocalSystem account acts as the computer on the network:
When a service runs under the LocalSystem account on a computer that is a domain member, the service has whatever network access is granted to the computer account, or to any groups of which the computer account is a member.
How does one grant a "computer" access to a shared folder and files?
Note:
Computer accounts typically have few privileges and do not belong to groups.
So how would i grant a computer access to one of my shares; considering that "Everyone" already has access?
Note: workgroup
© Server Fault or respective owner