]> git.ipfire.org Git - thirdparty/openldap.git/commit
Switch to LDAP_OTHER when handling a lost upstream.
authorOndřej Kuzník <okuznik@symas.com>
Thu, 2 Aug 2018 09:00:24 +0000 (10:00 +0100)
committerOndřej Kuzník <okuznik@symas.com>
Tue, 17 Nov 2020 17:58:15 +0000 (17:58 +0000)
commitaab6af1c4e1f1f8ecd4b0195d5bd290372ac1121
treef32cda8df0ecacda7c3c55ac72678c722e5c2142
parent81ead4a5f4991515b3f343f74acec0b381a5ca24
Switch to LDAP_OTHER when handling a lost upstream.

LDAP_UNAVAILABLE signals "the server is shutting down or a subsystem
necessary to complete the operation is offline", so intelligent clients
tend to infer the connection will not be usable any more, which is not
the case here.
servers/lloadd/bind.c
servers/lloadd/operation.c