Best Practices - Securing an Enterprise application using JBOSS & Postgres

Поиск
Список
Период
Сортировка
От eyal edri
Тема Best Practices - Securing an Enterprise application using JBOSS & Postgres
Дата
Msg-id BANLkTik6sDCWsAA4KaRMHV5HcuvHqUDMHQ@mail.gmail.com
обсуждение исходный текст
Ответы Re: Best Practices - Securing an Enterprise application using JBOSS & Postgres  (John R Pierce <pierce@hogranch.com>)
Re: Best Practices - Securing an Enterprise application using JBOSS & Postgres  (Craig Ringer <craig@postnewspapers.com.au>)
Re: Best Practices - Securing an Enterprise application using JBOSS & Postgres  (Radosław Smogura <rsmogura@softperience.eu>)
Список pgsql-general
What settings would you recommend for using postgres in an enterprise application together with jboss?

there are numerous auth options (from the documentation):

19.3.1. Trust authentication
19.3.2. Password authentication
19.3.3. GSSAPI authentication
19.3.4. SSPI authentication
19.3.5. Kerberos authentication
19.3.6. Ident-based authentication
19.3.7. LDAP authentication
19.3.8. Certificate authentication
19.3.9. PAM authentication

and i'm not sure that the jdbc driver even supports all of them when jboss needs to access the db.

currently i've chosen MD5 as the auth, but is that the best option?

thanks

Eyal.

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

Предыдущее
От: Troy Rasiah
Дата:
Сообщение: Re: Recurring events
Следующее
От: John R Pierce
Дата:
Сообщение: Re: Best Practices - Securing an Enterprise application using JBOSS & Postgres