postgresql: tighten authentication methods
This commit is contained in:
parent
2b8f52abfe
commit
50577c86dc
|
@ -7,7 +7,7 @@ PGROOT="/var/lib/postgresql"
|
||||||
PGLOG="/var/log/postgresql.log"
|
PGLOG="/var/log/postgresql.log"
|
||||||
|
|
||||||
# Passed to initdb if necessary
|
# Passed to initdb if necessary
|
||||||
INITOPTS="--locale en_US.UTF-8"
|
INITOPTS="-A peer --auth-host=md5 --auth-local=peer --locale en_US.UTF-8"
|
||||||
|
|
||||||
# Extra options to run postmaster with, e.g.:
|
# Extra options to run postmaster with, e.g.:
|
||||||
# -N is the maximal number of client connections
|
# -N is the maximal number of client connections
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'postgresql'
|
# Template file for 'postgresql'
|
||||||
pkgname=postgresql
|
pkgname=postgresql
|
||||||
version=9.4.1
|
version=9.4.1
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_build_target="world"
|
make_build_target="world"
|
||||||
configure_args="--with-openssl --with-python
|
configure_args="--with-openssl --with-python
|
||||||
|
|
Loading…
Reference in New Issue