Re: [PATCHES] LDAP auth

2006-03-06 Thread Magnus Hagander
Andrew Dunstan wrote: I suggested libcurl in another context, and not so much as a means of getting at LDAP data as a means of getting config data from non-LDAP as well as LDAP sources. If all we want is LDAP then using libcurl would indeed be introducing an unnecessary dependency.

Re: [PATCHES] LDAP auth

2006-03-06 Thread Bruce Momjian
Patch applied. Thanks. --- Magnus Hagander wrote: 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

Re: [PATCHES] LDAP auth

2006-03-05 Thread Magnus Hagander
Awhile back, Magnus Hagander [EMAIL PROTECTED] wrote: 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. Is this patch still live, or do you want to

Re: [PATCHES] LDAP auth

2006-03-05 Thread Tom Lane
Magnus Hagander [EMAIL PROTECTED] writes: Was there ever a decision in the libcurl thread? No, not yet. Personally I'm unconvinced that we should depend on libcurl: if it's going to use openldap to do LDAP work, then the only good reason to use libcurl rather than openldap directly is if

Re: [PATCHES] LDAP auth

2006-03-05 Thread Andrew Dunstan
Magnus Hagander wrote: Awhile back, "Magnus Hagander" [EMAIL PROTECTED] wrote: 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,

Re: [PATCHES] LDAP auth

2006-03-05 Thread Bruce Momjian
Andrew Dunstan wrote: I suggested libcurl in another context, and not so much as a means of getting at LDAP data as a means of getting config data from non-LDAP as well as LDAP sources. If all we want is LDAP then using libcurl would indeed be introducing an unnecessary dependency. In

Re: [PATCHES] LDAP auth

2006-03-04 Thread Tom Lane
Awhile back, Magnus Hagander [EMAIL PROTECTED] wrote: 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. Is this patch still live, or do you want to withdraw

[PATCHES] LDAP auth

2005-12-31 Thread Magnus Hagander
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 ldap_auth.patch Description: ldap_auth.patch ldap_doc.patch Description: ldap_doc.patch