[gull] User PostgreSQL sous RH8.0

Marc SCHAEFER schaefer at alphanet.ch
Thu Dec 18 11:31:01 CET 2003


On Thu, Dec 18, 2003 at 10:38:03AM +0100, Salamin Florian wrote:
> Je fouille encore, mais toute contribution est la bienvenue!

Identification locale par IDENT (ou par socket UNIX getrdent()):

pg_hba.conf:
   local        all                                           ident aliases
   host         all         127.0.0.1     255.0.0.0           ident aliases
   host         all         0.0.0.0       0.0.0.0             reject

pg_ident.conf:
   aliases postgres        postgres
   aliases postgres        admindb

   aliases admindb         admindb

   aliases root            admindb   # for virtual mail update

en bref, postgres, admindb et root ont accès via authentification
*locale* IDENT aux droits de admindb. postgres en plus à les droits
de postgres.





More information about the gull mailing list