Re: How to enable remote anoymous logins? (+ admin books?)

From: "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
To: pgsql-novice(at)postgresql(dot)org
Subject: Re: How to enable remote anoymous logins? (+ admin books?)
Date: 2006-02-27 17:50:51
Message-ID: b35603930602270950w433dd238w6310e77feb40672e@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-novice

On 2/28/06, kynn(at)panix(dot)com <kynn(at)panix(dot)com> wrote:
>
>
>
> Hi. What must I do to enable remote anonymous logins to our
> PostgreSQL server? What determines whether a password is required?
I'd suggest you start by reading the FAQ, and the excellent documentation.
As for the authentication, look at $PGDATA/pg_hba.conf ....

> Is it possible to require that the password be the user's e-mail
> address? Does the server keep record of all connections?
How is it anonymous if you require his password? Or do
you just want to keep track of who it is that logged in without
actual authentication?
As for the recording: it will if you tell it to, again, read the
excellent documentation.

> As you can see, I have many questions, too many in fact! I have not
> had much luck finding good resources on *administering* a PostgreSQL
> server.
Look at again. http://www.postgresql.org/docs/

> Are there any good books for this? Or other resources for
> the novice dbadmin? I'm particularly interested in stuff on
> administering PostgreSQL on Linux/Unix.
There's a couple ... have a search on Amazon for PpostgreSQL

Cheers,
Andrej

In response to

Responses

Browse pgsql-novice by date

  From Date Subject
Next Message kynn 2006-02-27 17:58:02 Re: How to enable remote anoymous logins? (+ admin
Previous Message operationsengineer1 2006-02-27 16:39:31 Re: Uppercase initials in Win XP