Edgewall Software

Changes between Version 4 and Version 5 of TracOnRhel4WithoutYum


Ignore:
Timestamp:
Sep 28, 2006, 3:09:03 PM (18 years ago)
Author:
JonTheNiceGuy
Comment:

Postgres actually doesn't like it if you don't have the local template1 all line before you ask for md5 authentication!

Legend:

Unmodified
Added
Removed
Modified
  • TracOnRhel4WithoutYum

    v4 v5  
    8787{{{
    8888host all all 127.0.0.1 255.255.255.255 md5
     89local template1 all trust sameuser
    8990local all all md5
    90 local template1 all trust sameuser
    9191}}}
    9292
    9393These lines seem to mean
    94941) `host all all` = TCP/IP connections from localhost need to authenticate with an MD5 hashed password
    95 2) `local all all` = Socket connections from the localhost need to authenticate with an MD5 hashed password
    96 3) `local template1 all` = Socket connections to the database master table is trusted provided it's talking to (is it about?) a database with the same name as your user account.
     952) `local template1 all` = Socket connections to the database master table is trusted provided it's talking to (is it about?) a database with the same name as your user account.
     963) `local all all` = Socket connections from the localhost need to authenticate with an MD5 hashed password
    9797
    9898 * /etc/init.d/postgres