Changeset 2290 for pykota/trunk/SECURITY
- Timestamp:
- 06/08/05 15:07:51 (19 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
pykota/trunk/SECURITY
r2260 r2290 119 119 host pykota all 127.0.0.1 255.255.255.255 reject 120 120 --- 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 122 134 Finally restart PostgreSQL so that the changes will be applied : 123 135