RE: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Paul Menard
est with you I'm not 100% sure on IIS 6 and the context > PHP > > > > will run as after you do the basic authentication ... test this you > can > > > > audit successes/failures for the everyone group on the particular > > > > file/folder you try to write to,

RE: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Frank M. Kromann
particular > > > file/folder you try to write to, then the eventlogs will tell you whose > > > trying to access it. > > > > > > > > > > > > > > > -Original Message- > > > From: Paul Menard [mailto:[EMAIL PROTECT

RE: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Paul Menard
, then the eventlogs will tell you whose > > trying to access it. > > > > > > > > > > -Original Message----- > > From: Paul Menard [mailto:[EMAIL PROTECTED] > > Sent: Wednesday, February 25, 2004 10:29 AM > > To: Bowden, Zeb; [EMAIL PROTECT

RE: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Paul Menard
t; trying to access it. > > > > > -Original Message- > From: Paul Menard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 25, 2004 10:29 AM > To: Bowden, Zeb; [EMAIL PROTECTED] > Subject: RE: [PHP-WIN] Best way to check for user 'Administrator'

RE: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Bowden, Zeb
ccess it. -Original Message- From: Paul Menard [mailto:[EMAIL PROTECTED] Sent: Wednesday, February 25, 2004 10:29 AM To: Bowden, Zeb; [EMAIL PROTECTED] Subject: RE: [PHP-WIN] Best way to check for user 'Administrator' group membership Ah. Now we are getting someone who kind of

RE: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Paul Menard
should be able to grab it and use > > > > > > > -Original Message- > From: Paul Menard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 25, 2004 9:44 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Best

RE: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Svensson, B.A.T. (HKG)
inal Message- > From: Paul Menard [mailto:[EMAIL PROTECTED] > Sent: Wednesday, February 25, 2004 9:44 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: [PHP-WIN] Best way to check for user 'Administrator' group > membership > > Okay

RE: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Bowden, Zeb
y 25, 2004 9:44 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP-WIN] Best way to check for user 'Administrator' group membership Okay, well first I do not wish to complicate the maintenance of the system by requiring dual setup, once on the windows user

Re: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Svensson, B.A.T. (HKG)
Would it be possible for you to regulate with which user are allowed to access which file? In such a case, if a user can't do fopen() on a certain php file, then this user wont be able to access the functionality in this file. A Q&D solution as to say. Anyhow, in my I ignorant view of what you hav

Re: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Paul Menard
Okay, well first I do not wish to complicate the maintenance of the system by requiring dual setup, once on the windows user level and another in the database to adjust the user group membership. And no I do not want to add a fancy form page that will allow me to do this task. At this point I ha

Re: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread trystano
Have an entry in your MySQL databases that states a/the users level (admin, user etc). Then when they attempt to login check against this value against their username/password credentials and then determine the logic yourself. You could even have a dropdown box populate with the types of admin/u

Re: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Svensson, B.A.T. (HKG)
You answer your own question: "I want to determine if the user has admin level privledges." How do you think you can achieve that? On Wed, 2004-02-25 at 15:19, Paul Menard wrote: > What > > Not sure if that was meant to be so sarcastic! > > I do not wish to use a login form of H

Re: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Paul Menard
What Not sure if that was meant to be so sarcastic! I do not wish to use a login form of HTML. The user are already authenticated via Windows when the user directs thier browser to the URL. At this point they receive a popup and enter the login information. After this via PHP I want to dete

Re: [PHP-WIN] Best way to check for user 'Administrator' group membership

2004-02-25 Thread Svensson, B.A.T. (HKG)
I have kind of the same problem: I'm running a Windows 2003 server on a 400W / 220V AC 50Hz, there is about 10.000 lumen in the room, and the weather is sunny today. Now, how do I do a make login form to my system? On Tue, 2004-02-24 at 21:19, Paul Menard wrote: > Hi all, > > System: Windows