Apache::AuthDBI Extension

2003-01-15 Thread Hann, Brian
Title: Message At our company we're looking at making an extension on top of AuthDBI that would allow us to make mandatory password changes, match new passwords against dictionaries and other security changes. Hasanyone done something similar already? Thanks, Brian Hann

PATCH: Apache::AuthDBI

2002-11-21 Thread mod_perl_users
-rows, which undefs $passwd, even if there was a password returned. So I cooked up a patch to fix it. (Attached) It simply increments a counter while looping through the recordsets and checks that counter instead $sth-rows. My Configuration: Apache 1.3.26 Apache::AuthDBI 0.88 PostgreSQL 7.2.1

PATCH Apache::AuthDBI

2002-10-07 Thread Marcos Ramirez A.
This patch makes Apache::AuthDBI work under mod_perl 1.99 as well under mod_perl 1.X it works fine at least with mysql and Oracle Saludos -- -Por que te contienes? Por que te compadeces? Por que -odiado de los dioses- no odias a un dios? Por que no le traicionas si el traiciono tu honor

Apache::AuthDBI problem

2002-10-03 Thread Robert Boone
Apache::AuthDBI::authen PerlAuthenHandler Apache::AuthDBI::authz PerlSetVar Auth_DBI_encrypted off PerlSetVar Auth_DBI_data_source dbi:mysql:database=auth;host=localhost PerlSetVar Auth_DBI_username username PerlSetVar Auth_DBI_password password PerlSetVar Auth_DBI_pwd_table passwd

Need help with Apache::AuthDBI

2001-08-27 Thread Medi Montaseri
Hi, I am having problem getting Apache::AuthDBI working. It seems like its allowing user access anywaysie I have tried it with valid user and invalid username, valid password and invalid password and in all cases it lets you inhere is some supporting data I have the following

Re: Apache::AuthDBI

2001-06-21 Thread will trillich
On Tue, Jun 19, 2001 at 10:38:01AM -0700, Alan E. Derhaag wrote: Christian Heiss [EMAIL PROTECTED] writes: Hi, I'm using Apache::AuthDBI to verifying the users on my web site. then I put it in the database

Re: Apache::AuthDBI

2001-06-19 Thread Douglas Leonard
] writes: [1 text/plain; iso-8859-1 (quoted-printable)] Hi, I'm using Apache::AuthDBI to verifying the users on my web site. I can connect to the the protected site, but there is a output in the error log

Apache::AuthDBI

2001-04-22 Thread Christian Heiss
Hi, I’m using Apache::AuthDBI to verifying the users on my web site. I can connect to thethe protected site, but there is a output in the error log

Re: Apache::AuthDBI

2001-04-22 Thread Edmund Mergl
Christian Heiss wrote: and my .htacces is: --- PerlModule Apache::AuthDBI AuthName "something else" ... how does your startup.pl look like ? The configuration 'PerlModule Apach

Apache::AuthDBI not setting $ENV{REMOTE_GROUP}

2000-05-18 Thread Rob Fugina
I've been using Apache::AuthDBI (and earlier, Apache::AuthenDBI) for a while, but never before have I used groups. I recently started trying to use groups, and with Apache::AuthDBI::DEBUG set to 2, I can get something like this in my error_log... 22310 Apache::AuthDBI::authz request type

Apache::AuthCookie or Apache::AuthDBI or Apache::???

2000-04-17 Thread Kenneth Frankel
What's the best way to authenticate users? I have a site where the entire site is to be protected. I want to log users in at the front of the web site, and keep them logged in as they travel around. I was trying to get AuthCookie to work but haven't been successful so far. Should I

Re: Apache::AuthCookie or Apache::AuthDBI or Apache::???

2000-04-17 Thread Vivek Khera
"KF" == Kenneth Frankel [EMAIL PROTECTED] writes: KF What's the best way to authenticate users? I have a site where the entire KF site is to be protected. I want to log users in at the front of the web For a site whose contents are entirely protected, I'd use basic auth with a cookie

Apache::AuthDBI example wanted

2000-04-03 Thread Adam Gotheridge
can someone please post an example of hot use Apache::AuthDBI? The perldoc for it is vague to me. It says to put all this stuff in httpd.conf and it just generates errors, i.e. it doesn't have one little working example. thanks