Re: ldap tls test fails in some environments - Mailing list pgsql-hackers

From Tom Lane
Subject Re: ldap tls test fails in some environments
Date
Msg-id 19554.1589551358@sss.pgh.pa.us
Whole thread Raw
In response to Re: ldap tls test fails in some environments  (Christoph Berg <myon@debian.org>)
Responses Re: ldap tls test fails in some environments
List pgsql-hackers
Christoph Berg <myon@debian.org> writes:
> The slapd debug log is mostly garbage to me, the error seems to be
> this:
> ldap_read: want=8 error=Resource temporarily unavailable

Hm, so EAGAIN (although that's a BSD-ish spelling of the strerror
string, which seems pretty odd in a Debian context).  I don't think
that's actually an error, it's just the daemon's data collection
logic trying to read data that isn't there.  It then goes on and
issues a response, so this must not indicate that the request is
incomplete --- it's just a useless speculative read.

Somebody should get out the LDAP RFCs and decode the packet contents
that this log helpfully provides, but I suspect that we're just looking
at an authentication failure; there's still not much clue as to why.

            regards, tom lane



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: documenting the backup manifest file format
Next
From: David Steele
Date:
Subject: Re: documenting the backup manifest file format