Tomas B. Winkler writes: > I would like to allow any user which has an unix account in our system to > be able to connect a DB. Can be postgres configured that an unix user > become automatically also a postgres user ? I can figure out some ways > to do it yet I'm looking for the most transparent one. > Thanks a lot. Use ident authentication with a map name of "sameuser". See the documentation in the file pg_hba.conf. -- Peter Eisentraut [EMAIL PROTECTED] http://yi.org/peter-e/
- Re: [GENERAL] postgres-user <-> unix user Peter Eisentraut
- Re: [GENERAL] postgres-user <-> unix user Roderick A. Anderson