pgsql: This patch adds native LDAP auth, for those platforms that don't

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: This patch adds native LDAP auth, for those platforms that don't
Date: 2006-03-06 17:41:44
Message-ID: 20060306174144.514F59DCCB1@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
This patch adds native LDAP auth, for those platforms that don't have
PAM (such as Win32, but also unixen without PAM). On Unix, uses
OpenLDAP. On win32, uses the builin WinLDAP library.

Magnus Hagander

Modified Files:
--------------
pgsql:
configure (r1.484 -> r1.485)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.484&r2=1.485)
configure.in (r1.454 -> r1.455)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.454&r2=1.455)
pgsql/src/backend/libpq:
auth.c (r1.134 -> r1.135)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/auth.c.diff?r1=1.134&r2=1.135)
hba.c (r1.150 -> r1.151)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/hba.c.diff?r1=1.150&r2=1.151)
pg_hba.conf.sample (r1.60 -> r1.61)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/libpq/pg_hba.conf.sample.diff?r1=1.60&r2=1.61)
pgsql/src/include:
pg_config.h.in (r1.94 -> r1.95)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/pg_config.h.in.diff?r1=1.94&r2=1.95)
pgsql/src/include/libpq:
hba.h (r1.41 -> r1.42)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/libpq/hba.h.diff?r1=1.41&r2=1.42)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-03-06 17:59:30 pgsql: * Stephen Frost (sfrost@snowman.net) wrote: > I've now tested
Previous Message Bruce Momjian 2006-03-06 17:10:32 pgsql: Add: > o Prevent parent tables from altering or dropping