RE: [PHP] Apache authentication and adding a user.

2002-10-28 Thread Daniel Kushner
28, 2002 3:29 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Apache authentication and adding a user. > > > Hi, is there any way to use PHP to programmatically add a user > in terms of > Apache user authentication? > > > -- > PHP General Mailing List (http://w

[PHP] Apache authentication and adding a user.

2002-10-28 Thread John Meyer
Hi, is there any way to use PHP to programmatically add a user in terms of Apache user authentication? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] apache authentication

2002-01-17 Thread Jon Haworth
> SECURITY WARNING: This code uses a hard-coded user-name and > password, which begs the question of where they would come from > in the real world. You could collect them via a form, but then > they will be sent to the PHP script as arguments and so the > password will be visible in the URL b

RE: [PHP] apache authentication

2002-01-16 Thread Simon Ritchie
ent: 14 January 2002 17:41 > To: [EMAIL PROTECTED] > Subject: [PHP] apache authentication > > > Hi, > > I am using the Nusphere application server with apache user directories. > I have several protected user > directories that are of different realms. When a user logs into t

Re: [PHP] apache authentication

2002-01-14 Thread Miles Thompson
I'm trying to do a similar thing, although I'm running PHP as an Apache module. There's a directory I want to protect, containing PDf files, access to which will be constrained by .htaccess. Our users have already logged in through a custom login script. I could modify this script so that when

[PHP] apache authentication

2002-01-14 Thread aaron . lake
Apparently i have been unclear, allow me to rephrase: I want to send user:pass to an apache authentication header for a apache protected user directory. Unfortunately, I have php installed as CGI so native php authentication will not function. I would like to either send the user:pass via GET

RE: [PHP] apache authentication

2002-01-14 Thread Simon Ritchie
; Sent: 14 January 2002 17:41 > To: [EMAIL PROTECTED] > Subject: [PHP] apache authentication > > > Hi, > > I am using the Nusphere application server with apache user directories. > I have several protected user > directories that are of different realms. When a user logs

[PHP] apache authentication

2002-01-14 Thread aaron . lake
Hi, I am using the Nusphere application server with apache user directories. I have several protected user directories that are of different realms. When a user logs into the 'secure area' i would like to send them to pages contained in a secure directory but pass the encoded user:pass in the UR

[PHP] apache authentication

2001-03-14 Thread Michael A. Peters
This isn't a php problem as much as an apache problem, however, it is = webmasters of php sites that would have dealt with this. Here's the dilemna- If you use mod_dav to maintain a php application that uses = username/password authentication for the web app, it doesn't play very = nice. At leas