Re: [HACKERS] BF Failure on Bandicoot

From: "Magnus Hagander" <mha(at)sollentuna(dot)net>
To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>, "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
Cc: <pgsql-patches(at)postgresql(dot)org>
Subject: Re: [HACKERS] BF Failure on Bandicoot
Date: 2006-08-21 18:26:26
Message-ID: 6BCB9D8A16AC4241919521715F4D8BCEA0FB5F@algol.sollentuna.se
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

> > Just guessing from the function name, but does this go away if you
> > don't configure --with-ldap?
> >
> > If so it's presumably a portability issue in this recent patch:
> >
> > 2006-03-06 12:41 momjian
> >
> > * configure, configure.in, src/backend/libpq/auth.c,
> > src/backend/libpq/hba.c,
> > src/backend/libpq/pg_hba.conf.sample,
> > src/include/pg_config.h.in, src/include/libpq/hba.h: 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
> >
> > I'd counsel just leaving --with-ldap off until Magnus gets
> back from
> > vacation. We can always revert the patch later if he can't fix it.
> > (There's some fairly ugly stuff going on at lines 69-89 of
> > backend/libpq/auth.c, which I bet is the root of the
> trouble, but I'm
> > not going to dig further --- I've wasted more than enough time on
> > Windows this week ;-))

Attached is a patch that fixes this issue at least in my test machine
(yes, I found one 2000 machine that was broken as well)

//Magnus

Attachment Content-Type Size
ldap.patch application/octet-stream 4.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Gregory Maxwell 2006-08-21 18:46:05 Re: Replication
Previous Message Marko Kreen 2006-08-21 18:10:10 Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2006-08-21 19:23:48 Re: [HACKERS] BF Failure on Bandicoot
Previous Message Marko Kreen 2006-08-21 18:10:10 Re: [PATCHES] [PATCH] Provide 8-byte transaction IDs to