Re: PostgreSQl newbie! -PLease help, pgAdmin3 on Debian!

From: lmyho <lm_yho(at)yahoo(dot)com>
To: Chris Travers <chris(at)travelamericas(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: PostgreSQl newbie! -PLease help, pgAdmin3 on Debian!
Date: 2006-03-29 00:39:26
Message-ID: 20060329003926.12191.qmail@web30802.mail.mud.yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin


> >
> >
> >>Some examples of pg_hba.conf entries are shown in Example 19-1. See the next
> >>section for details on the different authentication methods.
> >>
> >
> The authentication methods are handled between the libraries (libpq and
> libpxx) and the server. They are transparent to the application.
>
> identd sameuser means use the identd service to require look up the
> owner of the process and log him/her in accordingly. This means that
> you cannot change your login name but don't require a password (if you
> are on the DB server-- do not trust it remotely).
>
> For remote connections kerberos can be used instead, though this takes
> more setup and knowledge of Kerberos as a system.
>
Really thank you Chris!! I really don't know these.:( Forgot what I tried last
night, but I ke[t using user postgres to try everytime as I was trying to login as
an admin user. So here you mean actually with the "ident sameuser", the other
username can also login if the access is issued from the user's own process? (not
sure how should I state it correctly, but hope you know what I mean):

> >
> >>I can't remember what type of connect pgadmin uses. It might be "TYPE" host.
> >>If it is you will need to add another line to the conf file for that type.
> >>
> >>
> >Seems like the pgAdmin3 uses also the Unix socket pipe. I left only the first
> >line in the pg_hba.conf enabled as "local all postgres trust" and pgAdmin3
> >was able to login.:)
> >
> >
> Right. But passwords are ineffective with trust authentication.

Thank you for this knowledge too!! So appreciated! otherwise I may end up with my
trust and passwd setting and going to real work!:( wish the doc mentioned it as
well.

Very kind regards,
leo

__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com

In response to

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message sh test 2006-03-29 01:47:29 7.4 --> 8.0/8.1 upgrade
Previous Message Chris Travers 2006-03-28 23:54:42 Re: PostgreSQl newbie! -PLease help, pgAdmin3 on Debian!