You must use session based security.

if user tries to see secured pages, then if user's session not registered 
you must give some security error.

you can code a secure.php file and include secure.php in all secured pages.
this is very smart method..

ertan

-----Original Message-----
From: Mikee [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, December 04, 2001 5:22 PM
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: IIS help


Then this is what I would do. Make an OU on the domain controller with the
members that you want to be able  to access the site. In your Internet
Services Manager, specify the group that you created for accessing the site
and add the group to the folder where it is located.


"Ryan Conover" <[EMAIL PROTECTED]> wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
> I do not want everyone to access the site though.  How do I restrict by nt
> account users.  I currently just have basic authentication checked under
> directory secutiry in IIS. If I check the anonymous box and add the IUSER
to
> the according folder, everyone gets access. I do not want everyone to have
> access though.
>
> Ryan Conover
> [EMAIL PROTECTED]
> [EMAIL PROTECTED]
> http://www.pitt.edu/~rscst25/
>
>
>
> -----Original Message-----
> From: Mike [mailto:[EMAIL PROTECTED]]
> Sent: Monday, December 03, 2001 7:26 PM
> To: Ryan Conover
> Subject: Re: IIS help
>
>
> Hi, I ran into the same problems when I used IIS w/ NTFS. This is what you
> have to do:
> -In your Internet Services Manager, go to the right click on the site you
> are working on and go properites. Go to the Directory Security and click
on
> anon access. Make sure Anon access is turned on and and for users make
sure
> you select IUSR_<YOUR MACHINE NAME>. Also make sure intergrated
permissions
> isn't turned on.
>
> -Next go to your INETPUB folder and in the NTFS permissions for that, make
> sure you have the IUSR_<YOUR MACHINE NAME> is included. If that don't
solve
> your problem then get back to me.
> ----- Original Message -----
> From: "Ryan Conover" <[EMAIL PROTECTED]>
> Newsgroups: php.windows
> To: <[EMAIL PROTECTED]>
> Sent: Monday, December 03, 2001 2:02 PM
> Subject: IIS help
>
>
> > I know this is a php forum, but I am not sure where to go.  Anyone know
of
> a
> > good site on IIS other than Microsoft's junk.  I am trying to use
> directory
> > security on win2k IIS 5 machine using the NTFS permissions.  For some
> reason
> > the only account that can get access to view anything page on the site,
is
> > the administrator account.  Any ideas??
> >
> >
> > Ryan Conover
> > [EMAIL PROTECTED]
> > [EMAIL PROTECTED]
> > http://www.pitt.edu/~rscst25/
> >
> >



-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to