Re: Password encryption method

Поиск
Список
Период
Сортировка
От Andrus
Тема Re: Password encryption method
Дата
Msg-id eoqrdc$v94$1@news.hub.org
обсуждение исходный текст
Ответ на Password encryption method  (Bertram Scharpf <lists@bertram-scharpf.de>)
Ответы Re: Password encryption method  (Bruno Wolff III <bruno@wolff.to>)
Список pgsql-general
> It might make more sense to use your own table of users and hashed
> passwords
> rather than postgres'. This would depend somewhat on the overlap of users
> who
> are using your application and those who connect directly to the database.
> If there isn't much overlap, having a separate table is probably better.

Using own table requires storing Postgres user name and password in client
computer. Thus this information is available to virtually everyone haveing
access to client computer.
So this is very bad idea and should avoided at all.

Andrus.



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

Предыдущее
От: Paul Lambert
Дата:
Сообщение: Installing Postegres side-by-side with M$ SQL server
Следующее
От: sjarosz@gmail.com
Дата:
Сообщение: Re: Who is Slony Master/Slave + general questions.