Re: passwords and 7.3 - Mailing list pgsql-general

From Gregory Seidman
Subject Re: passwords and 7.3
Date
Msg-id 20030120135816.GA10637@cs.brown.edu
Whole thread Raw
In response to Re: passwords and 7.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: passwords and 7.3
List pgsql-general
Tom Lane sez:
} Gregory Seidman <gss+pg@cs.brown.edu> writes:
} > I have in my pg_hba.conf:
}
} > host    all         all          127.0.0.1     255.255.255.255    password passwords
}
} Secondary password files aren't supported anymore as of 7.3.  If that's
} not in the release notes, it's a serious oversight :-(

It certainly isn't mentioned in README or INSTALL. Anyhow, how do I take
the existing external password file (which has encrypted passwords) and
put it into the DB? Can I just update the passwd field in pg_shadow with
the password string in the external file? Does it use the same
encryption? Is it still called password in the pg_hba.conf, or something
else?

}             regards, tom lane
--Greg


pgsql-general by date:

Previous
From: Renê Salomão
Date:
Subject: ERROR: No one parent tuple was found
Next
From: Manfred Koizar
Date:
Subject: Re: Altering a table - positioning new columns