| From: | will trillich <will(at)serensoft(dot)com> |
|---|---|
| To: | pgsql-general(at)postgresql(dot)org |
| Subject: | Re: Authentication |
| Date: | 2001-05-16 05:27:56 |
| Message-ID: | 20010516002756.N29095@serensoft.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Mon, May 14, 2001 at 02:26:46PM -0000, Christine Kluka wrote:
> I am trying to connect to postgres from a cgi script. In
> order for it to connect to postgres, I need to create a new
> postgres user that matches the Unix owner of my Web files. I
> don't get an error on create user, but I cannot find a
> pg_shadow file. Is the pg_shadow file supposed to be in my
> pgsql directory or is it generated by a command somewhere?
pg_shadow is one of the postgres database files.
% psql
> \dS
also try
> \d pg_user
it's neat to discover how they hide those passwords.
--
What do I need manners for? I already got me a wife.
-- Adam Pontipee, "Seven Brides for Seven Brothers"
will(at)serensoft(dot)com
http://sourceforge.net/projects/newbiedoc -- we need your brain!
http://www.dontUthink.com/ -- your brain needs us!
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alex Hochberger | 2001-05-16 05:33:33 | RE: RE: SQL help... |
| Previous Message | will trillich | 2001-05-16 05:26:13 | Re: sql question |