Re: [users@httpd] Single Value Authentication Module

2011-09-12 Thread Scott Gifford
On Mon, Sep 12, 2011 at 1:01 PM, J.Lance Wilkinson wrote: [ ... ] > >Actually, I *AM* trying to AUTHENTICATE with it. I have a directory >that contains content that is to only be accessed by individuals who >have paid a specific fee. I want HTTPD to only offer that > di

Re: [users@httpd] Single Value Authentication Module

2011-09-12 Thread J.Lance Wilkinson
Terry Carmen wrote: Quoting "J.Lance Wilkinson" : > Terry Carmen wrote: >> >> >> Quoting "J.Lance Wilkinson" : >> >> > I'm looking for a VERY SIMPLE single value authentication module >> (like BASIC >> > Authentication, but only a USER ID, no prompt for PASSWORD) for >> Apache 2.2.x.

Re: [users@httpd] Single Value Authentication Module

2011-09-12 Thread Terry Carmen
Quoting "J.Lance Wilkinson" : > Terry Carmen wrote: >> >> >> Quoting "J.Lance Wilkinson" : >> >> > I'm looking for a VERY SIMPLE single value authentication module >> (like BASIC >> > Authentication, but only a USER ID, no prompt for PASSWORD) for >> Apache 2.2.x. >> >  User IDs that will be use

Re: [users@httpd] Single Value Authentication Module

2011-09-12 Thread J.Lance Wilkinson
Terry Carmen wrote: Quoting "J.Lance Wilkinson" : > I'm looking for a VERY SIMPLE single value authentication module (like BASIC > Authentication, but only a USER ID, no prompt for PASSWORD) for Apache 2.2.x. > User IDs that will be used are going to be long numeric transaction ids > p

Re: [users@httpd] Single Value Authentication Module

2011-09-12 Thread Terry Carmen
Quoting "J.Lance Wilkinson" : > I'm looking for a VERY SIMPLE single value authentication module (like BASIC > Authentication, but only a USER ID, no prompt for PASSWORD) for Apache 2.2.x. >  User IDs that will be used are going to be long numeric transaction ids > provided by an external e-commer

[users@httpd] Single Value Authentication Module

2011-09-12 Thread J.Lance Wilkinson
I'm looking for a VERY SIMPLE single value authentication module (like BASIC Authentication, but only a USER ID, no prompt for PASSWORD) for Apache 2.2.x. User IDs that will be used are going to be long numeric transaction ids provided by an external e-commerce site. I'm willing to use a forms-b