Re: ldap tls test fails in some environments
От | Tom Lane |
---|---|
Тема | Re: ldap tls test fails in some environments |
Дата | |
Msg-id | 19554.1589551358@sss.pgh.pa.us обсуждение исходный текст |
Ответ на | Re: ldap tls test fails in some environments (Christoph Berg <myon@debian.org>) |
Ответы |
Re: ldap tls test fails in some environments
|
Список | 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 по дате отправления: