The information in this article applies to:
SUMMARY
Some new security API calls were added to Win32 in Windows NT version 3.51.
Two of these new calls, LogonUser() and CreateProcessAsUser(), require that
the calling process have certain privileges. If the calling process is a
service running in the Local System account, it will already have these
privileges. Otherwise, the required privileges can be added to an account
by using the "User Rights Policy" dialog box. Run the User Manager and
choose User Rights from the Policies menu to see the dialog box.
MORE INFORMATION
The Win32 API reference documents the required privileges, but it gives
their internal string names instead of the display names. The "User Rights
Policy" dialog box displays the privileges using the display names.
Additional query words:
|
|
Last Reviewed: October 19, 1999 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |