From: | Bill Moran <wmoran(at)potentialtech(dot)com> |
---|---|
To: | rhubbell <Rhubbell(at)iHubbell(dot)com> |
Cc: | pgsql-general(at)postgresql(dot)org |
Subject: | Re: Pet Peeves? |
Date: | 2009-01-29 18:16:19 |
Message-ID: | 20090129131619.83ccdba8.wmoran@potentialtech.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
In response to rhubbell <Rhubbell(at)iHubbell(dot)com>:
>
> I'm a new user to PostgreSQL so mine's fresh from doing an install recently.
>
> In /etc/postgresql/8.3/main/pg_hba.conf
>
> # METHOD can be "trust", "reject", "md5", "crypt", "password", "gss", "sspi",
> # "krb5", "ident", "pam" or "ldap". Note that "password" sends passwords
> # in clear text; "md5" is preferred since it sends encrypted passwords.
>
>
> So I chose md5 but it will not work, seems like a basic thing. So I am
> forced to use "trust".
How on earth does failure of md5 to work force you to use trust?
How about crypt or password (password is pretty darn simple to set up).
--
Bill Moran
http://www.potentialtech.com
http://people.collaborativefusion.com/~wmoran/
From | Date | Subject | |
---|---|---|---|
Next Message | Steve Crawford | 2009-01-29 18:18:49 | Re: Pet Peeves? |
Previous Message | Jeff Frost | 2009-01-29 18:12:35 | Re: Full backup - pg_dumpall sufficient? |