Attention: All pages of this wiki depend on the pages that come before it, in order as they are listed on the Main Page. Please check for Dependencies.
Please also look at What You Need to Know Before Using This Wiki

/etc/postgresql/9.1/main/pg hba.conf

From COCNM
Revision as of 13:22, 9 January 2014 by Bob (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Initial Config

local   all             postgres                        peer
host    fetch           fetch           127.0.0.1/32    md5
#local   davical         davical_app    ident            map=davappmap
#local   davical         davical_dba    ident            map=davdbamap
local   davical         davical_app     trust
local   davical         davical_dba     trust

Final Config

local   all             postgres        peer
host	fetch		fetch		127.0.0.1/32	md5	
local   davical         davical_app     ident           map=davappmap
local   davical         davical_dba     ident           map=davdbamap
host rtdb rt 127.0.0.1/32 md5
local computerisms all ldap ldapserver=localhost ldapprefix="COMPUTERISMS\"
local helpwiki wiki peer