]> git.ipfire.org Git - thirdparty/dovecot/core.git/commit
auth/db-ldap: Replace obsolete ldap_search()
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Fri, 20 Oct 2023 14:35:01 +0000 (16:35 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Mon, 23 Oct 2023 12:11:34 +0000 (12:11 +0000)
commit6566450c0c2e4df2da7e65db6bef3becf687c41f
tree23e60a7e59a53a758b842a834c6fe776fa2064c5
parent47048c4d68ddd233f16e9fa1dd58005c69bc0362
auth/db-ldap: Replace obsolete ldap_search()

Replace deprecated ldap_search() with suggested ldap_search_ext()
function call. Rename error messages which function failed accordingly.
src/auth/db-ldap.c