[freeside-users] Integrated RT Installation Woes
Muiz Motani
mmotani at webnetglobal.net
Tue May 27 11:44:02 PDT 2008
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
More information about the freeside-users
mailing list