]> git.ipfire.org Git - thirdparty/openldap.git/commit
Clear c_auth on every bind request
authorOndřej Kuzník <ondra@mistotebe.net>
Tue, 16 Jan 2018 17:43:20 +0000 (17:43 +0000)
committerOndřej Kuzník <okuznik@symas.com>
Tue, 17 Nov 2020 17:58:14 +0000 (17:58 +0000)
commitc52328f63d8a8e2af7aeab71ce6e7557228bacaa
tree81d665319e2a521855099aefe77b9e9743250266
parent72ca7112717f5868284b785872adbe4e068f38a7
Clear c_auth on every bind request

For a new bind request, this is obvious, for SASL bind requests, we do
not know the final identity until we have finished handling it, make
sure it stays empty until then.
servers/lloadd/bind.c