[Date Prev][Date Next]
[Chronological]
[Thread]
[Top]
Re: commit: ldap/servers/slapd/back-bdb proto-bdb.h search.c (ITS#3172)
When I further looked at this issue, I found another SASL related error.
The master server is running without any replica servers.
Perform ldapsearch to a subtree.
ldapsearch lost its connection
# ldap_result: can't contact LDAP server (-1)
This error popped up quite randomly while ldapsearch was receiving search
entries.
Also, the logging level affected this error..... only lost connection with
slapd -d 0/1
I looked into this case a bit further by running gdb on ldapsearch, and it
turned out
that sasl_decode() returned SASL_FAIL with "generic failure" error message.
Based on these observations, this issue is apprarently caused by a
sasl-gssapi problem.
- Jong-Hyuk