Skip site navigation (1) Skip section navigation (2)

RADIUS authentication

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: RADIUS authentication
Date: 2010-01-10 13:25:06
Message-ID: 9837222c1001100525g4cb0f66fhd9fe36d8ef591162@mail.gmail.com (view raw or flat)
Thread:
Lists: pgsql-hackers
The attached patch implements RADIUS authentication (RFC2865-compatible).

The main usecase for me in this is the ability to use (token based)
one-time-password systems easily with PostgreSQL. These systems almost
always support RADIUS, and the implementation is fairly simple. RADIUS
can of course be used in many other scenarios as well (for example, it
can be used to implement "only this group"-access with at least Active
Directory, something our current LDAP doesn't support. We might
eventually want to support that in our LDAP, but it's not there now)

-- 
 Magnus Hagander
 Me: http://www.hagander.net/
 Work: http://www.redpill-linpro.com/

Attachment: radius.patch
Description: application/octet-stream (19.6 KB)

Responses

pgsql-hackers by date

Next:From: Magnus HaganderDate: 2010-01-10 14:31:59
Subject: Re: win32 socket definition
Previous:From: Stefan KaltenbrunnerDate: 2010-01-10 13:24:39
Subject: Re: [HACKERS] maintenance announcement for dekeni.postgresql.org and minshara.postgresql.org

Privacy Policy | About PostgreSQL
Copyright © 1996-2013 The PostgreSQL Global Development Group