Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 3698488

Browse files
author
Bryan Henderson
committed
New host-based authentication -- set up pg_hba.conf instead of pg_hba
1 parent 785234d commit 3698488

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/initdb/initdb.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#
2727
#
2828
# IDENTIFICATION
29-
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.11 1996/10/05 21:34:33 momjian Exp $
29+
# $Header: /cvsroot/pgsql/src/bin/initdb/Attic/initdb.sh,v 1.12 1996/10/12 07:49:56 bryanh Exp $
3030
#
3131
#-------------------------------------------------------------------------
3232

@@ -111,7 +111,7 @@ fi
111111

112112
TEMPLATE=$LIBDIR/local1_template1.bki.source
113113
GLOBAL=$LIBDIR/global1.bki.source
114-
PG_HBA_SAMPLE=$LIBDIR/pg_hba.sample
114+
PG_HBA_SAMPLE=$LIBDIR/pg_hba.conf.sample
115115

116116
#-------------------------------------------------------------------------
117117
# Find the input files
@@ -264,7 +264,7 @@ if [ $template_only -eq 0 ]; then
264264

265265
pg_version $PGDATA
266266

267-
cp $PG_HBA_SAMPLE $PGDATA/pg_hba
267+
cp $PG_HBA_SAMPLE $PGDATA/pg_hba.conf
268268

269269
echo "Adding template1 database to pg_database..."
270270

0 commit comments

Comments
 (0)