On Tue, Jan 07, 2014 at 09:36:03PM +0000, Brent Wiese wrote:
> Is there a way to use an encrypted value for $DatabasePassword in 
> RT_Siteconfig?
> 
> Thanks,
> Brent
> 
Hi Brent,

DBD::Pg uses the libpq library, which supports GSSAPI. You could use that
for your authentication instead -- at least if you are using PostgreSQL
as your database.

Regards,
Ken

Reply via email to