You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by gr...@gh-webinteractive.com on 2004/11/01 18:40:16 UTC

user login ( authentication )

hello
could some kind soul please advice as how to implement rock solid
authentication with modperl....
I have a db app running mod_perl/perl/apache/mysql and need user
authentication, should I use the database's authentication or should I
write my own ?which is better?

...any advice(help) much appreciated

/G
--
www.gh-webinteractive.com


-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Re: user login ( authentication )

Posted by Brian Reichert <re...@numachi.com>.
On Mon, Nov 01, 2004 at 12:45:11PM -0600, David Nicol wrote:
> "proscribed?" are you sure?
> 
> m-w.com says that word means
> 2 : to condemn or forbid as harmful or unlawful : PROHIBIT

Whoopsie, typo. :)  I meant 'prescribe'. :)  Thanks for the correction...

> > You don't use the database's authentication, per se; the proscribed
> > mechanism is to create a separate MySQL table for uid/password for
> > web-based authentication.
> 
> 
> -- 
> David L Nicol
> transportation infrastructure technology contracting since 2002

-- 
Brian Reichert				<re...@numachi.com>
37 Crystal Ave. #303			Daytime number: (603) 434-6842
Derry NH 03038-1713 USA			BSD admin/developer at large	

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Re: user login ( authentication )

Posted by David Nicol <da...@gmail.com>.
"proscribed?" are you sure?

m-w.com says that word means
2 : to condemn or forbid as harmful or unlawful : PROHIBIT

> You don't use the database's authentication, per se; the proscribed
> mechanism is to create a separate MySQL table for uid/password for
> web-based authentication.


-- 
David L Nicol
transportation infrastructure technology contracting since 2002

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


Re: user login ( authentication )

Posted by Brian Reichert <re...@numachi.com>.
On Mon, Nov 01, 2004 at 09:40:16AM -0800, greger@gh-webinteractive.com wrote:
> hello
> could some kind soul please advice as how to implement rock solid
> authentication with modperl....
> I have a db app running mod_perl/perl/apache/mysql and need user
> authentication, should I use the database's authentication or should I
> write my own ?which is better?

I've used Apache::Authticket for managing authentication.

You don't use the database's authentication, per se; the proscribed
mechanism is to create a separate MySQL table for uid/password for
web-based authentication.

> ...any advice(help) much appreciated

Any luck googling?  This has been done so many times...

> /G
> --
> www.gh-webinteractive.com

-- 
Brian Reichert				<re...@numachi.com>
37 Crystal Ave. #303			Daytime number: (603) 434-6842
Derry NH 03038-1713 USA			BSD admin/developer at large	

-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html


RE: user login ( authentication )

Posted by Clayton Cottingham <dr...@telus.net>.
 Apache::Authcookie
Or Apache::Authdbm
Work great for me


> -----Original Message-----
> From: greger@gh-webinteractive.com 
> [mailto:greger@gh-webinteractive.com] 
> Sent: November 1, 2004 9:40 AM
> To: modperl@perl.apache.org
> Subject: user login ( authentication ) 
> 
> hello
> could some kind soul please advice as how to implement rock 
> solid authentication with modperl....
> I have a db app running mod_perl/perl/apache/mysql and need 
> user authentication, should I use the database's 
> authentication or should I write my own ?which is better?
> 
> ...any advice(help) much appreciated
> 
> /G
> --
> www.gh-webinteractive.com
> 
> 
> --
> Report problems: http://perl.apache.org/bugs/ Mail list info: 
> http://perl.apache.org/maillist/modperl.html
> List etiquette: http://perl.apache.org/maillist/email-etiquette.html
> 
> 



-- 
Report problems: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html