retrieving information about password from MS Access front-end

Поиск
Список
Период
Сортировка
От Zlatko Matić
Тема retrieving information about password from MS Access front-end
Дата
Msg-id 00b901c56f93$b6d20520$8c261dc3@zlatkovyfkpgz6
обсуждение исходный текст
Ответы Re: retrieving information about password from MS  (Tino Wildenhain <tino@wildenhain.de>)
Re: [INTERFACES] retrieving information about password from MS Access front-end  (Volkan YAZICI <volkan.yazici@gmail.com>)
Список pgsql-general
How could I retrieve information about actual user password, if md5 method is set in pg_hba.conf ?
I want to create VBA procedure that compares value in text box with actual password to determine if it is the same. As the password is encrypted (md5) I can't read it from pg_shaddow system table. How to retrieve decrypted value from pg_shaddow? Or at least, how to transfer value from text-box (MS Access) to Postgres so that Postgres can determine whether those two values are the same ?
 
Thanks in advance,
 
Zlatko

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

Предыдущее
От: Zlatko Matić
Дата:
Сообщение: users,groups and permissions
Следующее
От: Tino Wildenhain
Дата:
Сообщение: Re: retrieving information about password from MS