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.
Has anyone done something similar
already?
Thanks,
Brian Hann
sth->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
Postgre
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
quot;
AuthType Basic
PerlAuthenHandler 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
PerlSetVa
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
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 Apache and
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
AIL PROTECTED]> writes:
>
> > [1 ]
> > Hi,
> >
> > I'm using Apache::AuthDBI to verifying the users on my web site.
> >
> >
> >
> >
"Christian Heiss" <[EMAIL PROTECTED]> writes:
> [1 ]
> Hi,
>
> I'm using Apache::AuthDBI to verifying the users on my web site.
>
>
>
> I can connect to the the protected
Christian Heiss wrote:
>>and my .htacces is:
>>---
>>>PerlModule Apache::AuthDBI
>>>AuthName "something else"
...
how does your startup.pl l
Hi,
Im 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
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
> "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 cooki
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 continue
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
15 matches
Mail list logo