Robin Paulson
2011-03-08 00:53:06 UTC
i'm setting up a postgres database to use as a backend for project
open, a project management package on ubuntu.
the setup demands config in:
/etc/postgresql/8.3/main/pg_hba.conf
as follows:
------------------------------------------------------------------------------------
#IPV4 local connections
host all all 127.0.0.1/32 ident sameuser
------------------------------------------------------------------------------------
which appears correct from postgres documentation [1]. but postgres
fails on re-start:
=============================================
2011-03-09 03:02:08 NZDT CONTEXT: line 77 of configuration file
"/etc/postgresql/8.4/main/pg_hba.conf"
2011-03-09 03:02:08 NZDT LOG: authentication option not in name=value
format: sameuser
2011-03-09 03:02:08 NZDT CONTEXT: line 84 of configuration file
"/etc/postgresql/8.4/main/pg_hba.conf"
2011-03-09 03:02:08 NZDT FATAL: could not load pg_hba.conf
=============================================
i don't understand the request for a name=value format, why is it required here?
i'm not entirely sure what "sameuser" resolves to in reality - i
assume it is a variable which points to something else
[1] http://k12linux.mesd.k12.or.us/docs/postgres/client-authentication.html
thanks
--
robin
http://tangleball.org.nz/ - Auckland's Creative Space
http://openstreetmap.org.nz/ - Open Street Map New Zealand
http://bumblepuppy.org/blog/
_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug
open, a project management package on ubuntu.
the setup demands config in:
/etc/postgresql/8.3/main/pg_hba.conf
as follows:
------------------------------------------------------------------------------------
#IPV4 local connections
host all all 127.0.0.1/32 ident sameuser
------------------------------------------------------------------------------------
which appears correct from postgres documentation [1]. but postgres
fails on re-start:
=============================================
2011-03-09 03:02:08 NZDT CONTEXT: line 77 of configuration file
"/etc/postgresql/8.4/main/pg_hba.conf"
2011-03-09 03:02:08 NZDT LOG: authentication option not in name=value
format: sameuser
2011-03-09 03:02:08 NZDT CONTEXT: line 84 of configuration file
"/etc/postgresql/8.4/main/pg_hba.conf"
2011-03-09 03:02:08 NZDT FATAL: could not load pg_hba.conf
=============================================
i don't understand the request for a name=value format, why is it required here?
i'm not entirely sure what "sameuser" resolves to in reality - i
assume it is a variable which points to something else
[1] http://k12linux.mesd.k12.or.us/docs/postgres/client-authentication.html
thanks
--
robin
http://tangleball.org.nz/ - Auckland's Creative Space
http://openstreetmap.org.nz/ - Open Street Map New Zealand
http://bumblepuppy.org/blog/
_______________________________________________
NZLUG mailing list ***@linux.net.nz
http://www.linux.net.nz/cgi-bin/mailman/listinfo/nzlug