Authentication and Perl

Поиск
Список
Период
Сортировка
От aaron ross
Тема Authentication and Perl
Дата
Msg-id Pine.OSF.3.91.980925114958.23299C-100000@forum.swarthmore.edu
обсуждение исходный текст
Ответы Re: [ADMIN] Authentication and Perl  (Peter T Mount <peter@retep.org.uk>)
Список pgsql-admin
Hi,
    i am trying to connect to postgres from a Perl script using DBI,
and using an encrypted password.  (for right now i'm doing this on a
local machine, but the idea is obviously to go from a web server to
another machine with postgres on it.) Even though I have this in the
pg_hba.conf file:

local        all                                         crypt
host         all         127.0.0.1     255.255.255.255   crypt

    the perl script connects just fine with a plain text password.


    but if i use perl's crypt function,

$dbh = DBI->connect("DBI:Pg:dbname=dbname", "user", crypt("cleartext",
$randomseedvalue))

    then i can't connect.

    Is this because the crypt in perl is different from that in
postgres?  that would really surprise me.

    Thanks in advance, aaron.

В списке pgsql-admin по дате отправления:

Предыдущее
От: Fred Bennett
Дата:
Сообщение: d: command not found during compilation.
Следующее
От: John Zhuang
Дата:
Сообщение: Can postgreSQL support perl interface?