Re: Authentication Question

2002-08-28 Thread Per Einar Ellefsen
Please do not send replies directly to me, Cc the list. At 13:40 28.08.2002, Brett Hales wrote: >On Wed, 2002-08-28 at 17:47, Per Einar Ellefsen wrote: > > At 09:55 28.08.2002, Brett Hales wrote: > > >I have a mod_perl cgi script that I would like to get the username from > > >the Apache server.

Re: Authentication Question

2002-08-28 Thread Per Einar Ellefsen
At 09:55 28.08.2002, Brett Hales wrote: >I have a mod_perl cgi script that I would like to get the username from >the Apache server. The apache server successfully authenticates the >client using Apache::AuthenSmb. > >How do I get this environment variable (the username) from apache into a >variab

RE: Authentication question

2000-01-11 Thread Gerald Richter
> > > Is there any (simple) way to reuse the db handle from > > authentocation handler in serving the page? > > > Is it possible to put the database handle in $r->pnotes? Or > would the connection not survive that? > That should work... Gerald --

Re: Authentication question

2000-01-11 Thread Kees Vonk 7249 24549
> Is there any (simple) way to reuse the db handle from > authentocation handler in serving the page? Is it possible to put the database handle in $r->pnotes? Or would the connection not survive that? Kees

RE: Authentication question

2000-01-11 Thread Gerald Richter
Hi, > > I'm doing authentication against SQL database and then connecting the > same database from the (embperl) page itself, but I cannot use > Apache::DBI because there are several different databases running (with > way too many connect strings to cache). Is there any (simple) way to > reuse