authenticate - Search results in mailing lists
Mailing lists >> pgsql-php >> Thread
2010-08-26 08:45:18 | pg_last_error() doesn't return connection errors (Frank Naude)
authentication failed for user "postgres" in .. Warning: pg_last_error() [function.pg-last-error]: No PostgreSQL
Mailing lists >> pgsql-php >> Thread
2010-02-01 20:11:48 | Re: Undefined function pg_connect() (Gustavo Amarilla Santacruz)
authentication failed for user "gestock" ....... I can login with gestock data (user/password) through the postgresql
Mailing lists >> pgsql-php >> Thread >> Search in thread (3)
2009-02-02 17:18:10 | Re: How to store files into the DB with PHP. (bytea ?) (Andrew McMillan)
authenticate against the database, or whatever, your web application layer has access to the information
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2007-05-23 17:10:53 | Application Design: Where to implement historical revisions of objects (Colin Ross)
authenticated, then able to edit the content. From an application design point of view, where
Mailing lists >> pgsql-php >> Thread
2007-03-12 23:27:21 | Re: Problems in connecting to postgreSQL using PHP (Kitty Yuen)
AUTHENTICATION #--------------------------------------------------------------------------- # - Connection Settings - listen_addresses = 'localhost' # what
Mailing lists >> pgsql-php >> Thread >> Search in thread (5)
2006-11-10 21:18:06 | Re: PgSQL and integration between 2 PHP programs and a Java program (Servers24 Network)
authenticating the users from a non-LDAP DB server such as MySQL or PgSQL. This
Mailing lists >> pgsql-php >> Thread
2006-06-12 12:29:00 | Phppgadmin (Nabil Servais)
Authentication - #authentication_timeout = 60 # 1-600, in seconds ssl = true #password_encryption = true #krb_server
Mailing lists >> pgsql-php >> Thread
2006-01-11 14:21:55 | Re: [SPAM] - conection problem after upgrade to php5 and postgres 8.0.3 - Bayesian Filter detected spam (Jason Minion)
authentication failed for user "webuser" in /var/www/html/Lumbribase/pg_name.php on line 17, referer: http:///Lumbribase/search_id.php
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2006-01-11 14:20:16 | Re: conection problem after upgrade to php5 and postgres 8.0.3 (Juan Miguel Paredes)
authentication (e.g. users created via CREATE USER in Postgres DB), perhaps you should try md5 authentication
Mailing lists >> pgsql-php >> Thread >> Search in thread (3)
2005-10-14 17:54:37 | Re: autentication problem (JUAN ERNESTO FLORES BELTRAN)
authentication is controlled by the file pg_hba.conf in the data directory, e.g., /usr/local/pgsql/data/pg_hba.conf
Mailing lists >> pgsql-php >> Thread
2005-10-14 17:05:31 | login problem (pippo)
authentication problem or a php problem. I last was able to access my admin pages
Mailing lists >> pgsql-php >> Thread
2005-10-04 19:23:03 | Re: pg_dump (Jim C. Nasby)
authentication. I think you could also use a .pgpass file. On Mon, Sep 12, 2005 at 11:56:37AM
Mailing lists >> pgsql-php >> Thread
2005-09-12 14:13:22 | Re: [SPAM] - pg_dump - Bayesian Filter detected spam (Jason Minion)
authentication method in your pg_hba.conf. Relevant doc links are: http:///docs/8.0/interactive/libpq-pgpass.html and http:///docs/8.0/interactive/client-authentication.html
Mailing lists >> pgsql-php >> Thread >> Search in thread (2)
2005-08-18 17:44:24 | Re: Problem about connecting PostgreSQL through TCP/IP (Hui Chen)
authentication failed for user foo". However, I did not see any entry corresponding to the failed
Mailing lists >> pgsql-php >> Thread
2005-04-25 15:57:54 | Re: Why doesn't version 8.0.1 talk to php. Something I've (Frank Finner)
AUTHENTICATION #---------------------------------------------------------------------- # - Connection Settings - listen_addresses = '*' # what IP interface(s) to listen on; # defaults to localhost