Thread: user authentications

user authentications

From
Jess Emerson Uy
Date:
Hi guys,

I was wondering if someone tried to do user authentication already using
the user and password combination of the database users instead of storing
them in a table with username and password?  If so, can someone explain
how it was done?


--------------------------------------
Jess Emerson L. Uy
Ateneo Cervini-Eliazo Networks (ACENT)
email  :  j.uy@technologist.com
web    :  http://cersa.admu.edu.ph/
phone  :  63(2)4266001-5925/5904

My mind is a potato field ...



Re: user authentications

From
Timothy_Maguire@hartehanks.com
Date:
You can pass it through the pg_connect function.

http://www.php.net/manual/en/function.pg-connect.php

That would lead to my question concerning this.  Which is better,
pg_connect or pg_pconnect?  I seem to get better results when I use
pconnect when the db is on a different server than the web server but when
they are both on the same server connect works fine.  Any suggestions?

Tim.

Timothy P. Maguire
Web Developer II
Harte-Hanks
978 436 3325




                    Jess Emerson Uy
                    <jess@cersa.admu.edu       To:     <pgsql-php@postgresql.org>
                    .ph>                       cc:
                    Sent by:                   Subject:     user authentications
                    pgsql-php-owner@post
                    gresql.org


                    07/26/01 01:15 PM
                    Please respond to
                    jess






Hi guys,

I was wondering if someone tried to do user authentication already using
the user and password combination of the database users instead of storing
them in a table with username and password?  If so, can someone explain
how it was done?


--------------------------------------
Jess Emerson L. Uy
Ateneo Cervini-Eliazo Networks (ACENT)
email  :  j.uy@technologist.com
web    :  http://cersa.admu.edu.ph/
phone  :  63(2)4266001-5925/5904

My mind is a potato field ...



---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org




RE: user authentications

From
"Hunter, Ray"
Date:

I have used many different methods for authentication.  PHP and postgres can support many of the 'now in use' authentications.  I have used generic authentication to encrypted authentication.  What are you trying to do when you are authenticating.

RAY HUNTER
Automated Test Group
Software Support Engineer
 
ENTERASYS NETWORKS
 
rhunter@enterasys.com
 
www.enterasys.com


-----Original Message-----
From: Jess Emerson Uy [mailto:jess@cersa.admu.edu.ph]
Sent: Thursday, July 26, 2001 11:15 AM
To: pgsql-php@postgresql.org
Subject: [PHP] user authentications

Hi guys,

I was wondering if someone tried to do user authentication already using
the user and password combination of the database users instead of storing
them in a table with username and password?  If so, can someone explain
how it was done?

--------------------------------------
Jess Emerson L. Uy
Ateneo Cervini-Eliazo Networks (ACENT)
email  :  j.uy@technologist.com
web    :  http://cersa.admu.edu.ph/
phone  :  63(2)4266001-5925/5904

My mind is a potato field ...

---------------------------(end of broadcast)---------------------------
TIP 1: subscribe and unsubscribe commands go to majordomo@postgresql.org