pSQL auth

Поиск
Список
Период
Сортировка
От Jacopo Silva
Тема pSQL auth
Дата
Msg-id 006901bf8812$02f59120$0a0aa8c0@pierino
обсуждение исходный текст
Ответы Re: [HACKERS] pSQL auth
Список pgsql-hackers
Hello.

I noticed you are the maintainer of the TODO list for PostgreSQL.

I am an enthusiastic user of PostgreSQL, and I feel that with little effort
we could add pam authentication functionality.  What do you think?
"Pluggable Authentication Modules" are well supported on many architectures,
eg. Linux or BSD or Solaris, users could authenticate in tens of ways.
The db administrator's will have choice of thousands of authentication
methods, e.g. Kerberos, standard Unix UID (/etc/passwd), SMB, NT Domain,
etc. etc.
I am looking forward for a NT Domain authentication for PostgreSQL, but
others could use one the thousands pam provide.

And also you will not have to mantain any more an "authentication tree" on
the PostgreSQL source code.  You just delegate to pam libraries.

Thanks for evaluating my proposal,
Jacopo Silva









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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [HACKERS] DROP TABLE inside a transaction block
Следующее
От: The Hermit Hacker
Дата:
Сообщение: Re: [HACKERS] xlog.c.patch for cygwin port.