Authentication Question

2002-08-28 Thread Brett Hales
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 variable in the perl script. Thanks, Brett

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 variable in

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. The

Authentication question

2000-01-11 Thread Robert
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 the db

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