Swagener
Fri Feb 23 04:28:40 CST 2007
On 22 Feb, 21:38, "David Wang" <w3.4...@gmail.com> wrote:
> Are you saying that your CGI requires LocalSystem to function, or that
> you are unable to run CGI with a custom user identity.
>
> It all depends on what you want to do and your security requirements:
> - If your CGI requires LocalSystem, then you have no choice.
> - If you are trying to use a custom user identity, it needs two
> specific public documented privileges for impersonation, or you can
> make all CGIs run as Process Identity.
>
> But for certain, just using any user, even Administrator, will not
> work - the documentation says that.
>
> //David
http://w3-4u.blogspot.comhttp://blogs.msdn.com/David.Wang
> //
>
> On Feb 22, 11:56 am, "Swagener" <riqb...@gmail.com> wrote:
>
>
>
> > Hi all,
>
> > I,m trying to run a CGI server through Win2003 Server IIS but within
> > the application pool if I don't use the LOCAL SYSTEM in the Identity
> > tab then it doesn't work.
> > I have even tried to add a new user as a Local Administrator and
> > granted some domain restricted polices on the machine. Now my question
> > is, does any body know what level of access or default access right
> > the Local System Account has.
>
> > Please respond as I need to get this application up as soon as.
>
> > Thanks in advance.- Hide quoted text -
>
> - Show quoted text -
Hi David,
Thanks for reply first of all.
And No the cgi doesn't require Local System Account to run as I have
tried and installed it on other servers with a Network Service Account
and it did work without any problems.
Using the Local System account continuously is not an option because
the company policy is to create a new account in the Active Dir and
provide the privilege it requires on local machine then put the
password in the safe (A Password Encryption APP).
Any Ideas?