This patch adds native LDAP auth, for those platforms that don't have
Bruce Momjian <bruce@momjian.us>
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
Files
| Path | Change | +/− |
|---|---|---|
| configure | modified | +432 −1 |
| configure.in | modified | +33 −1 |
| src/backend/libpq/auth.c | modified | +164 −1 |
| src/backend/libpq/hba.c | modified | +5 −1 |
| src/backend/libpq/pg_hba.conf.sample | modified | +1 −1 |
| src/include/libpq/hba.h | modified | +4 −1 |
| src/include/pg_config.h.in | modified | +15 −0 |