| From: | "David M(dot) Kaplan" <dmkaplan(at)ucdavis(dot)edu> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | Adding encrypted identd authetification |
| Date: | 2002-06-20 22:48:09 |
| Message-ID: | 3D125BA9.9090904@ucdavis.edu |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
Hi,
I am about to add code to postgresql that would allow IDENT
authentification with DES encryption (as seen in the pidentd package
included with Redhat - not sure if same encryption is used by other
ident daemons). The code would allow for two types of IDENT
authentification:
ident - this is the same as before, accept now it will try to decrypt
username if IDENT response is surrounded in braces.
ident-des - this will only allow encrypted IDENT responses.
Keys will be kept in a file: $PG_DATA/pg_ident.key.
The code will probably also require that UID's on the client machine and
in postgresql all correspond. If not, a map could be used.
Does anyone have any suggestions about this? Has anyone done this?
David
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2002-06-20 23:09:02 | Re: Reduce heap tuple header size |
| Previous Message | Stephan Szabo | 2002-06-20 21:58:54 | Re: First Win32 Contribution (Was: Re: Democracy and |