Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Authentication using DB-stored user data... 1

Status
Not open for further replies.

mk637

Programmer
Mar 21, 2004
3
DE
Hi there,

I can be considered as a newbie in web-programming. I have the
following task to accomplish:

Development of a web-based tool, using perl-cgi scripts for dynamic
content on html-pages.

The web-server will be an apache server (version: don't know at the
moment, but could give you the information if required).

There is an existing Oracle-DB with an integrated user-management
(table with users and passwords etc.). The web-tool to be developed is
meant to be a new GUI for the already existing application.

That should be enough as an intro to the problem.

So my question is: how can I use the user-information already stored
in the database for an apache based web-user-login? Is it possible
implement? I have found out the information about LDAP-based login. It
should not be much different to enable a kind of db-connection to
extract login information, or is it?

I would be thankful for a quick reply.

Best regards,
 
Thanks a lot for the link.

Before I spend time in testing this module: have you ever worked whith this modul? Besides performance issues - is it stable? Can you describe any experience with it?

Thanks a lot again.
 
No, if I need to do database authentication I write my own authentication layer in perl usually or I use mod_perl and the generic dbi authentication modules available there that do not have perfomance issues.

I have used basic mod_auth_mysql before and it worked fine. Wasnt the fastest thing on the planet but my load was low so it worked.

If your traffic requirements are high (more then a request a second) this is not the way to go.

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top