public inbox for [email protected]
help / color / mirror / Atom feedFrom: Craig Ringer <[email protected]>
To: pgsql-pkg-yum <[email protected]>
Subject: Can we stop defaulting to 'ident'?
Date: Thu, 19 Dec 2019 12:58:59 +0800
Message-ID: <CAMsr+YFCuBGWh4=aM-K2LCsBEwcrqm=pphKKHEH09vHwXcspow@mail.gmail.com> (raw)
'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
view thread (54+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: Can we stop defaulting to 'ident'?
In-Reply-To: <CAMsr+YFCuBGWh4=aM-K2LCsBEwcrqm=pphKKHEH09vHwXcspow@mail.gmail.com>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox