Changeset 2290 for pykota/trunk/SECURITY

Show
Ignore:
Timestamp:
06/08/05 15:07:51 (19 years ago)
Author:
jerome
Message:

Added a variant for PostgreSQL passwords, as suggested by Francesco Malvezzi
from University of Modena.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • pykota/trunk/SECURITY

    r2260 r2290  
    119119        host  pykota all         127.0.0.1 255.255.255.255 reject 
    120120        --- CUT ---         
    121  
     121         
     122      As an alternative, which may depend on the default encryption setting   
     123      used by your version of PostgreSQL, you may want to use the following 
     124      settings instead : 
     125 
     126        --- CUT ---         
     127        local all    postgres                              ident sameuser 
     128        local all    all                                   reject 
     129        host  pykota pykotauser  127.0.0.1 255.255.255.255 md5 
     130        host  pykota pykotaadmin 127.0.0.1 255.255.255.255 md5 
     131        host  pykota all         127.0.0.1 255.255.255.255 reject 
     132        --- CUT ---         
     133         
    122134      Finally restart PostgreSQL so that the changes will be applied : 
    123135