| От | Tom Lane |
|---|---|
| Тема | Re: forcing postgresql 7.3 to use crypt passwords |
| Дата | |
| Msg-id | 11189.1072891206@sss.pgh.pa.us обсуждение |
| Ответ на | forcing postgresql 7.3 to use crypt passwords (Kenny Drobnack <kenny@jumpline.com>) |
| Ответы |
Re: forcing postgresql 7.3 to use crypt passwords
|
| Список | pgsql-admin |
Kenny Drobnack <kenny@jumpline.com> writes:
> We currently have multiple databases running different versions of
> postgresql ranging from version 7.1 to 7.3. When we create users in 7.3
> databases, it encrypts their passwords with md5, which is not supported
> in 7.1. Is there some way to force postgresql 7.3 to use the old crypt
> encryption for passwords when creating users?
AFAIR the previous approach was not to encrypt passwords at all in
pg_shadow. You can still do that with ALTER USER ... UNENCRYPTED PASSWORD
(also there's a setting to make this the default behavior).
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера