[freeside-users] Integrated RT Installation Woes

Julius Igugu ofasa at webcenta.net
Tue May 27 13:07:41 PDT 2008


Try this in pg_hba.conf:

local   all         all                               md5
host    all         all         127.0.0.1/32          md5

Julius Igugu


Muiz Motani wrote:
> Once again, I am replying to my own post. Please excuse my faux-pas. I
> found that I actually had to change the host entry in pg_hba.conf as
> follows:
>
> [root at vmwareserver freeside-1.7.3]# more /var/lib/pgsql/data/pg_hba.conf
> # PostgreSQL Client Authentication Configuration File
> # ===================================================
>
> { ...lines ommitted ...}
>
> # TYPE  DATABASE    USER        CIDR-ADDRESS          METHOD
>
> # "local" is for Unix domain socket connections only
> #local   all         all                               ident sameuser
> local   all         all                               trust
> # IPv4 local connections:
> #host    all         all         127.0.0.1/32          ident sameuser
> host    all         all         127.0.0.1/32          trust
> # IPv6 local connections:
> host    all         all         ::1/128               ident sameuser
>
> Does this mean that I am actually using a TCP/IP socket to connect to
> the local host? Should I be using a Unix-domain socket instead, and if
> so, what do I change in my configuration to make that happen?
>
> Regards,
>
> Muiz Motani
>
> _______________________________________________
> freeside-users mailing list
> freeside-users at sisd.com
> http://420.am/cgi-bin/mailman/listinfo/freeside-users
>
>
>
>   



More information about the freeside-users mailing list