Can we stop defaulting to 'ident'? - Mailing list pgsql-pkg-yum

From Craig Ringer
Subject Can we stop defaulting to 'ident'?
Date
Msg-id CAMsr+YFCuBGWh4=aM-K2LCsBEwcrqm=pphKKHEH09vHwXcspow@mail.gmail.com
Whole thread Raw
Responses Re: Can we stop defaulting to 'ident'?
Re: Can we stop defaulting to 'ident'?
Re: Can we stop defaulting to 'ident'?
List pgsql-pkg-yum
'ident' doesn't work by default on any RPM disto.

It's not clear why the initdb wrapper for the rpm packages defaults to generating 'host' entries with 'ident' auth, but I think it's pretty unhelpful. At least if we used 'md5' the user could set passwords and have them actually work.

    initdbcmd="$PGENGINE/initdb --pgdata='$PGDATA' --auth='ident'"
    initdbcmd+=" $PGSETUP_INITDB_OPTIONS"

I know you can override it easily enough, but most people won't know to.

--
 Craig Ringer                   http://www.2ndQuadrant.com/
 2ndQuadrant - PostgreSQL Solutions for the Enterprise

pgsql-pkg-yum by date:

Previous
From: David Ghedini
Date:
Subject: CentOS 7/PGSQL 12: PgRouting 2.6 Conflict with PostGIS 3
Next
From: "James Cassell"
Date:
Subject: Re: Can we stop defaulting to 'ident'?