Previous Page | Next Page

PC Files Server Administration

Local Security Policy Configuration

For server user authentication to work, the server must be able to create user-specific subprocesses with the credentials specified. Windows allows this only if certain Windows Security settings are set on the PC running the server.

When running the server exclusively as a Windows service, use the default account of SYSTEM. Changes might not be needed if the SYSTEM account has all the required privileges set.


Configure User Accounts

The user account running the server must be in the Administrators group. To access the Administrators Group;

  1. Select Start [arrow] Settings [arrow] Control Panel [arrow] User Accounts [arrow] Users.

  2. Select the user account running the server. If you are on a domain, it appears as the domain name in the Domain column. Select the domain-level user account.

  3. Properties [arrow] Group Membership [arrow] Other.

  4. Open the pull-down list and select Administrators.

  5. Click OK to close the Group Membership tab.

  6. If prompted to logout, click Cancel.

  7. Enable the following User Rights for the Administrators Group:

    1. Act as part of the operating system.

    2. Adjust memory quotas for a process.

    3. Replace a process level token.

    To verify or update these rights, select Start [arrow] Control Panel [arrow] Administrative Tools [arrow] Local Security Policy [arrow] User Rights Assignment.

  8. In the Security Settings pane, open Local Policies [arrow] User Rights Assignment.

  9. In the Policy column, open the user right to be changed and add Administrators. Ensure there is an "s" at the end of Administrators. Administrator (singular) is a specific user account.

  10. Repeat the sequence for each of the user rights.

  11. Verify that the Administrators group has been added to each of the three user rights, as indicated previously.

  12. Add the Authenticated Users group to the Log on as batch job user right.

  13. Logout and log back in for the changes to take effect.

Previous Page | Next Page | Top of Page