]> git.pld-linux.org Git - packages/postgresql.git/blob - postgresql-7.2-tighten.patch
- oops, jdbc is separate project, now
[packages/postgresql.git] / postgresql-7.2-tighten.patch
1 --- postgresql-7.2/src/backend/libpq/pg_hba.conf.sample.sec     Fri Feb  8 14:52:17 2002
2 +++ postgresql-7.2/src/backend/libpq/pg_hba.conf.sample Fri Feb  8 14:53:12 2002
3 @@ -241,5 +241,12 @@
4  # 
5  # TYPE     DATABASE    IP_ADDRESS    MASK               AUTH_TYPE  AUTH_ARGUMENT
6  
7 -local      all                                          trust
8 -host       all         127.0.0.1     255.255.255.255    trust
9 +#local      all                                          trust
10 +#host       all         127.0.0.1     255.255.255.255    trust
11 +
12 +# Using sockets credentials for improved security. Not available everywhere,
13 +# but works on Linux, *BSD (and probably some others)
14 +
15 +local  all     ident   sameuser
16 +
17 +
This page took 0.106987 seconds and 3 git commands to generate.